Bump the all-actions group across 1 directory with 16 updates#4854
Bump the all-actions group across 1 directory with 16 updates#4854dependabot[bot] wants to merge 2 commits into
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: a786cea388
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
|
|
||
| - name: Set up Helm | ||
| uses: azure/setup-helm@v4.3.0 | ||
| uses: azure/setup-helm@v3.5 |
There was a problem hiding this comment.
Avoid downgrading setup-helm in helm workflow
This change moves azure/setup-helm from v4.3.0 to v3.5 in the Helm CI job, which is a major-version downgrade inside a dependency-bump commit. That reintroduces older action code and drops fixes/features from the previously used v4 line, so the workflow no longer gets the intended dependency update level and may regress over time. Keeping this workflow on the v4 series (or bumping forward) would align with the rest of the upgrade set.
Useful? React with 👍 / 👎.
There was a problem hiding this comment.
Currently we're using multiple setup-helm versions in the repo, see

My guess is, dependabot is not able to resolve the version bump if multiple versions exist for the same "package".
Someone reported a similar issue earlier: dependabot/dependabot-core#14622
I pushed a new commit to this PR, which manually upgrades it to latest, should be good later on.
Bumps the all-actions group with 16 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `2` | `6` | | [actions/setup-go](https://github.com/actions/setup-go) | `3` | `6` | | [tj-actions/verify-changed-files](https://github.com/tj-actions/verify-changed-files) | `17` | `20` | | [actions/github-script](https://github.com/actions/github-script) | `3` | `9` | | [azure/setup-helm](https://github.com/azure/setup-helm) | `3.3` | `3.5` | | [actions/setup-python](https://github.com/actions/setup-python) | `3` | `6` | | [helm/chart-testing-action](https://github.com/helm/chart-testing-action) | `2.7.0` | `2.8.0` | | [helm/kind-action](https://github.com/helm/kind-action) | `1.12.0` | `1.14.0` | | [docker/login-action](https://github.com/docker/login-action) | `2` | `4` | | [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `3` | `4` | | [docker/build-push-action](https://github.com/docker/build-push-action) | `4` | `7` | | [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) | `6` | `7` | | [rajatjindal/krew-release-bot](https://github.com/rajatjindal/krew-release-bot) | `0.0.46` | `0.0.51` | | [actions/setup-node](https://github.com/actions/setup-node) | `4` | `6` | | [docker/setup-docker-action](https://github.com/docker/setup-docker-action) | `4` | `5` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4` | `7` | Updates `actions/checkout` from 2 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v6) Updates `actions/setup-go` from 3 to 6 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v3...v6) Updates `tj-actions/verify-changed-files` from 17 to 20 - [Release notes](https://github.com/tj-actions/verify-changed-files/releases) - [Changelog](https://github.com/tj-actions/verify-changed-files/blob/main/HISTORY.md) - [Commits](tj-actions/verify-changed-files@v17...v20) Updates `actions/github-script` from 3 to 9 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v3...v9) Updates `azure/setup-helm` from 3.3 to 3.5 - [Release notes](https://github.com/azure/setup-helm/releases) - [Changelog](https://github.com/Azure/setup-helm/blob/main/CHANGELOG.md) - [Commits](Azure/setup-helm@v3.3...v3.5) Updates `actions/setup-python` from 3 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v3...v6) Updates `helm/chart-testing-action` from 2.7.0 to 2.8.0 - [Release notes](https://github.com/helm/chart-testing-action/releases) - [Commits](helm/chart-testing-action@v2.7.0...v2.8.0) Updates `helm/kind-action` from 1.12.0 to 1.14.0 - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](helm/kind-action@v1.12.0...v1.14.0) Updates `docker/login-action` from 2 to 4 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v2...v4) Updates `docker/setup-buildx-action` from 3 to 4 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v3...v4) Updates `docker/build-push-action` from 4 to 7 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v4...v7) Updates `goreleaser/goreleaser-action` from 6 to 7 - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](goreleaser/goreleaser-action@v6...v7) Updates `rajatjindal/krew-release-bot` from 0.0.46 to 0.0.51 - [Release notes](https://github.com/rajatjindal/krew-release-bot/releases) - [Commits](rajatjindal/krew-release-bot@v0.0.46...v0.0.51) Updates `actions/setup-node` from 4 to 6 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4...v6) Updates `docker/setup-docker-action` from 4 to 5 - [Release notes](https://github.com/docker/setup-docker-action/releases) - [Commits](docker/setup-docker-action@v4...v5) Updates `actions/upload-artifact` from 4 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: actions/setup-go dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: azure/setup-helm dependency-version: '3.5' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions - dependency-name: docker/build-push-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: docker/login-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: docker/setup-buildx-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: docker/setup-docker-action dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: goreleaser/goreleaser-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: helm/chart-testing-action dependency-version: 2.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions - dependency-name: helm/kind-action dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions - dependency-name: rajatjindal/krew-release-bot dependency-version: 0.0.51 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions - dependency-name: tj-actions/verify-changed-files dependency-version: '20' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com>
a786cea to
72b113d
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 5697435. Configure here.
|
|
||
| - name: Set up Helm | ||
| uses: azure/setup-helm@v3.3 | ||
| uses: azure/setup-helm@v4.3.0 |
There was a problem hiding this comment.
Wrong azure/setup-helm version: v4.3.0 instead of v3.5
Low Severity
The PR description states that azure/setup-helm is being bumped from v3.3 to v3.5 (a minor patch bump), but the actual code changes it to v4.3.0 — a major version jump. While v4.3.0 is a valid release and the explicit version: v3.9.4 pin mitigates the known v4 issue of auto-installing Helm v4.x binaries, this doesn't match the PR's stated intent and could mislead reviewers into thinking this is a safe minor bump.
Reviewed by Cursor Bugbot for commit 5697435. Configure here.
There was a problem hiding this comment.
Yes, it's intended -- PR description updated to reflect the actual version bump.


Bumps the all-actions group with 16 updates in the / directory:
26361720393.34.3.0362.7.02.8.01.12.01.14.0243447670.0.460.0.51464547Updates
actions/checkoutfrom 2 to 6Release notes
Sourced from actions/checkout's releases.
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
de0fac2Fix tag handling: preserve annotations and explicit fetch-tags (#2356)064fe7fAdd orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is set (...8e8c483Clarify v6 README (#2328)033fa0dAdd worktree support for persist-credentials includeIf (#2327)c2d88d3Update all references from v5 and v4 to v6 (#2314)1af3b93update readme/changelog for v6 (#2311)71cf226v6-beta (#2298)069c695Persist creds to a separate file (#2286)ff7abcdUpdate README to include Node.js 24 support details and requirements (#2248)08c6903Prepare v5.0.0 release (#2238)Updates
actions/setup-gofrom 3 to 6Release notes
Sourced from actions/setup-go's releases.
... (truncated)
Commits
4a36011docs: fix Microsoft build of Go link (#734)8f19afcfeat: add go-download-base-url input for custom Go distributions (#721)27fdb26Bump minimatch from 3.1.2 to 3.1.5 (#727)def8c39Rearrange README.md, add advanced-usage.md (#724)4b73464Fix golang download url to go.dev (#469)a5f9b05Update default Go module caching to use go.mod (#705)7a3fe6cBump qs from 6.14.0 to 6.14.1 (#703)b9adafdBump actions/checkout from 5 to 6 (#686)d73f6bcREADME.md: correct to actions/checkout@v6 (#683)ae252eeBump@actions/cacheto v5 (#695)Updates
tj-actions/verify-changed-filesfrom 17 to 20Release notes
Sourced from tj-actions/verify-changed-files's releases.
... (truncated)
Changelog
Sourced from tj-actions/verify-changed-files's changelog.
Commits
a1c6aceUpgraded to v20.0.3 (#470)418a055chore: pin github actions (#469)a661f7fUpgraded from v20.0.1 -> v20.0.2 (#468)9437562Deleted renovate.jsonf7c3c73chore(deps): update peter-evans/create-pull-request action to v7.0.8 (#466)4a35708chore(deps): update peter-evans/create-pull-request action to v7.0.7 (#465)6b59fb7chore(deps): update reviewdog/action-shellcheck action to v1.29 (#464)21026c9chore(deps): update peter-evans/create-pull-request action to v7.0.6 (#463)dc57d45chore(deps): update reviewdog/action-shellcheck action to v1.28 (#462)530d86dchore(deps): update actions/checkout action to v4.2.2Updates
actions/github-scriptfrom 3 to 9Release notes
Sourced from actions/github-script's releases.
... (truncated)
Commits
3a2844bMerge pull request #700 from actions/salmanmkc/expose-getoctokit + prepare re...ca10bbdfix: use@octokit/core/types import for v7 compatibility86e48e2merge: incorporate main branch changesc108472chore: rebuild dist for v9 upgrade and getOctokit factoryafff112Merge pull request #712 from actions/salmanmkc/deployment-false + fix user-ag...ff8117eci: fix user-agent test to handle orchestration ID81c6b78ci: use deployment: false to suppress deployment noise from integration tests3953cafdocs: update README examples from@v8to@v9, add getOctokit docs and v9 brea...c17d55bci: add getOctokit integration test joba047196test: add getOctokit integration tests via callAsyncFunctionUpdates
azure/setup-helmfrom 3.3 to 3.5Release notes
Sourced from azure/setup-helm's releases.
Commits
5119fcbv3 new release (#104)f382f75v3 new release (#101)Updates
actions/setup-pythonfrom 3 to 6Release notes
Sourced from actions/setup-python's releases.
... (truncated)
Commits
a309ff8Bump urllib3 from 2.6.0 to 2.6.3 in /tests/data (#1264)bfe8cc5Upgrade@actionsdependencies to Node 24 compatible versions (#1259)4f41a90Bump urllib3 from 2.5.0 to 2.6.0 in /tests/data (#1253)83679a8Bump@types/nodefrom 24.1.0 to 24.9.1 and update macos-13 to macos-15-intel ...bfc4944Bump prettier from 3.5.3 to 3.6.2 (#1234)97aeb3eBump requests from 2.32.2 to 2.32.4 in /tests/data (#1130)443da59Bump actions/publish-action from 0.3.0 to 0.4.0 & Documentation update for pi...cfd55cagraalpy: add graalpy early-access and windows builds (#880)bba65e5Bump typescript from 5.4.2 to 5.9.3 and update docs/advanced-usage.md (#1094)18566f8Improve wording and "fix example" (remove 3.13) on testing against pre-releas...Updates
helm/chart-testing-actionfrom 2.7.0 to 2.8.0Release notes
Sourced from helm/chart-testing-action's releases.
Commits
6ec842cBump sigstore/cosign-installer from 3.8.1 to 4.0.0 (#184)4ea74f6Use uv instead of python venv (#172)b0c0606Bump the actions group across 1 directory with 2 updates (#183)0bfa5c0Bump actions/setup-python from 5.4.0 to 6.0.0 (#179)e27de75Bump actions/checkout from 4.2.2 to 5.0.0 (#181)2fe8321bump ct and yamale version (#178)0941a6bFix the broken link for GitHub Help Documentation (#174)c71c0c7Bump the actions group across 1 directory with 4 updates (#171)Updates
helm/kind-actionfrom 1.12.0 to 1.14.0Release notes
Sourced from helm/kind-action's releases.