🚨 Update github actions (main) (major) - #3284
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests.
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
ac5f22f to
852a47c
Compare
852a47c to
e0dfa71
Compare
e0dfa71 to
1b5a106
Compare
|
🤖 Finished Review · ✅ Success · Started 3:11 AM UTC · Completed 3:18 AM UTC |
ReviewFindingsHigh
Medium
Low
Next steps:
Previous runReviewFindingsHigh
Low
Previous run (2)Review — approvePR: #3284 — 🚨 Update github actions (main) (major) SummaryThis is an automated dependency update from Renovate/Mintmaker that bumps 13 GitHub Actions to their next major versions across 6 workflow files. All action references correctly use pinned commit SHAs with version comments — good supply-chain hygiene. I verified each updated action's release notes for breaking changes. The changes are safe for this repository's usage patterns:
Findings
|
1b5a106 to
de5fe9a
Compare
|
🤖 Finished Review · ✅ Success · Started 3:21 AM UTC · Completed 3:31 AM UTC |
de5fe9a to
cb153be
Compare
|
🤖 Finished Review · ✅ Success · Started 2:17 AM UTC · Completed 2:25 AM UTC |
cb153be to
8a2dfb9
Compare
|
🤖 Finished Review · ✅ Success · Started 2:12 AM UTC · Completed 2:21 AM UTC |
Superseded by updated review
8a2dfb9 to
4ca8852
Compare
|
🤖 Review · |
f185fe2 to
39be032
Compare
|
🤖 Finished Review · ✅ Success · Started 3:46 AM UTC · Completed 3:52 AM UTC |
39be032 to
8510e85
Compare
|
🤖 Finished Review · ❌ Failure · Started 2:25 AM UTC · Completed 2:39 AM UTC |
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
8510e85 to
9a53736
Compare
|
🤖 Finished Review · ✅ Success · Started 2:41 AM UTC · Completed 2:55 AM UTC Commit: |
| @@ -51,7 +51,7 @@ jobs: | |||
| # https://github.com/golang/go/issues/45413 | |||
There was a problem hiding this comment.
[medium] api-contract
actions/create-github-app-token v3.2.0 deprecates the app-id input in favor of client-id. The workflow still uses app-id, which will produce a deprecation warning on every run. The workflow continues to function because v3 falls back to app-id, but migration requires both renaming the input and updating the variable value from the numeric App ID to the Client ID (Iv23... format).
Suggested fix: Rename app-id to client-id and update the EC_AUTOMATION_APP_ID repository variable from the App ID to the App's Client ID.
| name: coverage-test | ||
| path: ./coverage | ||
|
|
||
| - name: Download acceptance coverage artifact |
There was a problem hiding this comment.
[low] edge-case
codecov/codecov-action is bumped from v5.5.5 to v7.0.0 (skipping v6). The input schema is unchanged across versions; breaking changes are infrastructure-level (Node 20 to Node 24 runtime) handled automatically on GitHub-hosted runners. No workflow changes needed.
This PR contains the following updates:
v5.1.0→v6.1.0v6.1.0→v7.0.1v5.0.0→v6.0.0v2.2.2→v3.2.0v4.0.5→v5.0.0v7.0.0→v8.0.1v6.5.0→v7.0.0v6.5.0→v7.0.0v6.0.0→v7.0.1v4.0.0→v5.0.0v5.5.5→v7.0.0v3.7.0→v4.2.0v2→v3Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
actions/cache (actions/cache)
v6.1.0Compare Source
What's Changed
Full Changelog: actions/cache@v6...v6.1.0
v6.0.0Compare Source
What's Changed
Full Changelog: actions/cache@v5...v6.0.0
v6Compare Source
actions/checkout (actions/checkout)
v7.0.1Compare Source
v7.0.0Compare Source
v7Compare Source
actions/configure-pages (actions/configure-pages)
v6.0.0Compare Source
Changelog
See details of all code changes since previous release.
v6Compare Source
actions/create-github-app-token (actions/create-github-app-token)
v3.2.0Compare Source
Features
repositoriesinput (#372) (85eb8dd)Bug Fixes
v3.1.1Compare Source
Bug Fixes
v3.1.0Compare Source
Bug Fixes
Features
client-idinput and deprecateapp-id(#353) (e6bd4e6)v3.0.0Compare Source
NODE_USE_ENV_PROXYfor proxy support (#342) (4451bcb)Bug Fixes
BREAKING CHANGES
v3Compare Source
actions/deploy-pages (actions/deploy-pages)
v5.0.0Compare Source
Changelog
See details of all code changes since previous release.
v5Compare Source
actions/download-artifact (actions/download-artifact)
v8.0.1Compare Source
What's Changed
Full Changelog: actions/download-artifact@v8...v8.0.1
v8.0.0Compare Source
v8 - What's new
Direct downloads
To support direct uploads in
actions/upload-artifact, the action will no longer attempt to unzip all downloaded files. Instead, the action checks theContent-Typeheader ahead of unzipping and skips non-zipped files. Callers wishing to download a zipped file as-is can also set the newskip-decompressparameter totrue.Enforced checks (breaking)
A previous release introduced digest checks on the download. If a download hash didn't match the expected hash from the server, the action would log a warning. Callers can now configure the behavior on mismatch with the
digest-mismatchparameter. To be secure by default, we are now defaulting the behavior toerrorwhich will fail the workflow run.ESM
To support new versions of the @actions/* packages, we've upgraded the package to ESM.
What's Changed
errorby @danwkennedy in #461Full Changelog: actions/download-artifact@v7...v8.0.0
v8Compare Source
actions/setup-go (actions/setup-go)
v7.0.0Compare Source
What's Changed
New Contributors
Full Changelog: actions/setup-go@v6...v7.0.0
v7Compare Source
actions/setup-node (actions/setup-node)
v7.0.0Compare Source
What's Changed
Enhancements:
Bug fixes:
mirrorTokeningetManifestif it's provided by @deiga in #1548Documentation updates:
Dependency update:
New Contributors
Full Changelog: actions/setup-node@v6...v7.0.0
v7Compare Source
actions/upload-artifact (actions/upload-artifact)
v7.0.1Compare Source
What's Changed
Full Changelog: actions/upload-artifact@v7...v7.0.1
v7.0.0Compare Source
v7 What's new
Direct Uploads
Adds support for uploading single files directly (unzipped). Callers can set the new
archiveparameter tofalseto skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. Thenameparameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file.ESM
To support new versions of the
@actions/*packages, we've upgraded the package to ESM.What's Changed
New Contributors
Full Changelog: actions/upload-artifact@v6...v7.0.0
v7Compare Source
actions/upload-pages-artifact (actions/upload-pages-artifact)
v5.0.0Compare Source
Changelog
include-hidden-filesinput @jonchurch (#137)See details of all code changes since previous release.
v5Compare Source
codecov/codecov-action (codecov/codecov-action)
v7.0.0Compare Source
codecovsecurityaccount. We have deleted the account and are usingcodecovsecopswith the original gpg keyWhat's Changed
Full Changelog: codecov/codecov-action@v6.0.1...v7.0.0
v7Compare Source
v6.0.2Compare Source
This is a copy of the
v7.0.0release to make updates easierWhat's Changed
Full Changelog: codecov/codecov-action@v6.0.1...v6.0.2
v6.0.1Compare Source
What's Changed
Full Changelog: codecov/codecov-action@v6.0.0...v6.0.1
v6.0.0Compare Source
What's Changed
Full Changelog: codecov/codecov-action@v5.5.4...v6.0.0
v6Compare Source
docker/setup-qemu-action (docker/setup-qemu-action)
v4.2.0Compare Source
Full Changelog: docker/setup-qemu-action@v4.1.0...v4.2.0
v4.1.0Compare Source
resetinput to uninstall current emulators by @crazy-max in #21Full Changelog: docker/setup-qemu-action@v4.0.0...v4.1.0
v4.0.0Compare Source
Full Changelog: docker/setup-qemu-action@v3.7.0...v4.0.0
v4Compare Source
softprops/action-gh-release (softprops/action-gh-release)
v3.0.2Compare Source
3.0.2is a patch release focused on release reliability and compatibility. Itreuses existing draft releases when publishing prereleases, supports replacing
release assets on Gitea, hardens streamed asset uploads, and provides clearer
release-creation diagnostics. It also includes TypeScript, coverage, and tooling
maintenance merged since
3.0.1.This release fixes #795, #438, and #803. The upload transport hardening covers the
historical failure reported in #790, although current hosted Node 24 runners did
not reproduce it naturally. The diagnostics work is related to #786 and does not
claim a reproducible release-creation fix.
What's Changed
Exciting New Features 🎉
Bug fixes 🐛
Other Changes 🔄
3.0.1v3.0.1Compare Source
3.0.1
v3.0.0Compare Source
3.0.0is a major release that moves the action runtime from Node 20 to Node 24.Use
v3on GitHub-hosted runners and self-hosted fleets that already support theNode 24 Actions runtime. If you still need the last Node 20-compatible line, stay on
v2.6.2.What's Changed
Other Changes 🔄
@types/nodeto the Node 24 line and allow future Dependabot updatesv3;v2remains pinned to the latest2.xreleasev3Compare Source
Configuration
📅 Schedule: (UTC)
* 0-3 * * *)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
To execute skipped test pipelines write comment
/ok-to-test.Documentation
Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.