build(deps): bump the actions group with 5 updates - #7369
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps the actions group with 5 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4.2.2` | `7.0.1` | | [actions/setup-go](https://github.com/actions/setup-go) | `5` | `7` | | [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) | `4.2.0` | `4.3.0` | | [pipe-cd/actions-event-register](https://github.com/pipe-cd/actions-event-register) | `1.2.0` | `1.2.1` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `3` | `7` | Updates `actions/checkout` from 4.2.2 to 7.0.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.2...3d3c42e) Updates `actions/setup-go` from 5 to 7 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v5...v7) Updates `docker/setup-qemu-action` from 4.2.0 to 4.3.0 - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@96fe6ef...1f40c72) Updates `pipe-cd/actions-event-register` from 1.2.0 to 1.2.1 - [Release notes](https://github.com/pipe-cd/actions-event-register/releases) - [Changelog](https://github.com/pipe-cd/actions-event-register/blob/main/RELEASES.md) - [Commits](pipe-cd/actions-event-register@v1.2.0...v1.2.1) Updates `codecov/codecov-action` from 3 to 7 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v3...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/setup-go dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: docker/setup-qemu-action dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: pipe-cd/actions-event-register dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: codecov/codecov-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
This was referenced Sep 10, 2026
✅ Deploy Preview for pipecd-site canceled.
|
This was referenced Sep 10, 2026
mohammedfirdouss
enabled auto-merge (squash)
September 10, 2026 13:46
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
The changes are limited to action version bumps in workflows and appear internally consistent with existing workflow usage patterns.
Pull request overview
This PR updates several GitHub Actions used across PipeCD’s CI and release workflows to newer major/minor versions, keeping the automation stack current and aligned with upstream action changes.
Changes:
- Bump
actions/setup-gofromv5tov7across build/test/lint/release workflows. - Bump
codecov/codecov-actionfromv3tov7in the Go test workflow. - Bump
docker/setup-qemu-actiontov4.3.0,pipe-cd/actions-event-registertov1.2.1, and updateactions/checkouttov7.0.1where applicable.
File summaries
| File | Description |
|---|---|
| .github/workflows/test.yaml | Updates Go setup action to v7 and Codecov uploader to v7 for CI test runs. |
| .github/workflows/publish_tool.yaml | Updates QEMU setup action to v4.3.0 for multi-arch tool image publishing. |
| .github/workflows/publish_pipedv1_exp.yaml | Updates Go setup action to v7 for experimental pipedv1 release workflow. |
| .github/workflows/publish_image_chart.yaml | Updates QEMU setup action, checkout action, and event-register action for image/chart publishing and event notification. |
| .github/workflows/publish_binary.yaml | Updates Go setup action to v7 for binary release publishing. |
| .github/workflows/plugin_release.yaml | Updates Go setup action to v7 for plugin release workflow. |
| .github/workflows/lint.yaml | Updates Go setup action to v7 for govulncheck job. |
| .github/workflows/build.yaml | Updates Go setup action to v7 for build jobs. |
Review details
- Files reviewed: 8/8 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the actions group with 5 updates:
4.2.27.0.1574.2.04.3.01.2.01.2.137Updates
actions/checkoutfrom 4.2.2 to 7.0.1Release notes
Sourced from actions/checkout's releases.
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
3d3c42eprep v7.0.1 release (#2531)2880268escape values passed to --unset (#2530)12cd223trim only ascii whitespace for branch (#2521)62661c4skip running unsafe pr check if input is default (#2518)e8d4307Bump the minor-actions-dependencies group with 2 updates (#2499)631c942eslint 9 (#2474)4f1f4aeBump actions/upload-artifact from 4 to 7 (#2476)ba09753Bump actions/checkout from 6 to 7 (#2488)b9e0990Bump docker/login-action from 3.3.0 to 4.2.0 (#2479)e8cb398Bump docker/build-push-action from 6.5.0 to 7.2.0 (#2478)Updates
actions/setup-gofrom 5 to 7Release notes
Sourced from actions/setup-go's releases.
... (truncated)
Commits
b7ad1dachore(deps): bump@actions/cacheto 6.2.0 (#771)0778a10Migrate to ESM and upgrade dependencies (#763)924ae3achore: bump version to 6.5.0 in package.json and package-lock.json (#762)e91cc3bBump@actions/cacheto 5.1.0, log cache write denied (#758)4a2405echore: update@types/nodeand@typescript-eslintdependencies to latest versi...78961f6chore: update@actionsdependencies and refresh license cache (#744)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)Updates
docker/setup-qemu-actionfrom 4.2.0 to 4.3.0Release notes
Sourced from docker/setup-qemu-action's releases.
Commits
1f40c72Merge pull request #336 from docker/dependabot/npm_and_yarn/docker/actions-to...932216e[dependabot skip] chore: update generated contenta39e895build(deps): bump@docker/actions-toolkitfrom 0.92.0 to 0.96.0a98ae9fMerge pull request #333 from docker/dependabot/npm_and_yarn/undici-6.28.08ebc9d1[dependabot skip] chore: update generated contentc41e3fcbuild(deps): bump undici from 6.27.0 to 6.28.05fc60dfMerge pull request #332 from docker/dependabot/npm_and_yarn/brace-expansion-1...a26e892Merge pull request #328 from docker/dependabot/github_actions/actions/checkou...aa6d042Merge pull request #324 from docker/dependabot/github_actions/actions/setup-n...d381ce5Merge pull request #317 from docker/dependabot/npm_and_yarn/sigstore-4.1.1Updates
pipe-cd/actions-event-registerfrom 1.2.0 to 1.2.1Release notes
Sourced from pipe-cd/actions-event-register's releases.
Commits
b3a9296Merge pull request #7 from pipe-cd/add-RELEASESf20c316add Target:main 2190305eadd Target:main7b31e65Create RELEASES.md922a9a1Merge pull request #6 from peaceiris/fix-escape-inputs41db2b0fix: Escape commit-related parameters with double quotesUpdates
codecov/codecov-actionfrom 3 to 7Release notes
Sourced from codecov/codecov-action's releases.
... (truncated)
Changelog
Sourced from codecov/codecov-action's changelog.
... (truncated)
Commits
fb8b358chore(release): 7.0.0 (#1957)ca0a928ci: remove Enforce License Compliance workflow (#1950)e79a696chore(release): 6.0.1 (#1949)51e6422fix: prevent template injection in run: steps (VULN-1652) (#1947)57e3a13Th/6.0.0 (#1928)f67d33dRevert "Revert "build(deps): bump actions/github-script from 7.0.1 to 8.0.0""...75cd116chore(release): 5.5.4 (#1927)87d39f4Revert "build(deps): bump actions/github-script from 7.0.1 to 8.0.0" (#1926)1af5884chore(release): bump to 5.5.3 (#1922)c143300build(deps): bump actions/github-script from 7.0.1 to 8.0.0 (#1874)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions