chore(ci): bump GitHub Actions to Node 24 majors#5
Merged
Conversation
The Node 20 action runtime is deprecated and forced to Node 24 on June 16, 2026. Bump every flagged action to its Node 24 major across both workflows. - actions/checkout v4 -> v6 - actions/setup-node v4 -> v6 - docker/setup-buildx-action v3 -> v4 - docker/login-action v3 -> v4 - docker/build-push-action v6 -> v7 - docker/metadata-action v5 -> v6 - softprops/action-gh-release v2 -> v3 All require Actions runner v2.327.1+, satisfied by ubuntu-latest. No workflow behavior changes; removed-input/credential-storage breaking notes do not apply to this setup.
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.
What
Bump every Node 20-based GitHub Action to its Node 24 major across
ci.ymlandrelease.yml.actions/checkoutactions/setup-nodedocker/setup-buildx-actiondocker/login-actiondocker/build-push-actiondocker/metadata-actionsoftprops/action-gh-releaseWhy
GitHub deprecated the Node 20 action runtime and force-migrates it to Node 24 on June 16, 2026 (surfaced as an annotation on the v0.4.0 release run). Each Node 24 build shipped as a new major, so our floating major tags stayed on Node 20 and needed a manual bump.
Notes
docker/build-push-actionsummary/retention envs, do not rely onactions/setup-nodeauto-cache (we pincache: npm), and use no Docker container actions affected by thecheckoutcredential-storage change.ubuntu-latest.ci.ymlbumps are exercised by this PR's own CI run. Therelease.ymlbumps use identical patterns and are first exercised on the next release tag.