ci: move all pinned actions off the deprecated Node 20 runtime#9
Merged
Conversation
GitHub force-runs Node 20 actions on Node 24 and warns. Bump every pinned action to its latest Node 24 release, still SHA-pinned with accurate version comments. node24 was not backported to the prior majors of the docker/* and gh-release actions, so those are major bumps; the inputs this workflow uses were verified to still exist in the new majors. - actions/upload-artifact v5.0.0 -> v7.0.1 - actions/download-artifact v5.0.0 -> v8.0.1 - softprops/action-gh-release v2.4.2 -> v3.0.1 - docker/setup-buildx-action v3.7.1 -> v4.1.0 - docker/login-action v3.3.0 -> v4.2.0 - docker/metadata-action v5.5.1 -> v6.1.0 - docker/build-push-action v6.18.0 -> v7.2.0 checkout (v5.0.0) and attest-build-provenance (v3.0.0, composite) were already node24. The docker/* and gh-release bumps run only in the tag-gated release jobs, so they get exercised on the next stage0-v*/uki-v* tag. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
GitHub force-runs Node 20 actions on Node 24 and emits a deprecation warning (seen on PR #8's build job for
upload-artifact). This bumps every pinned action to its latest Node 24 release, still SHA-pinned with accurate version comments.node24was not backported to the prior majors of thedocker/*andgh-releaseactions, so those are major bumps. The workflow uses only vanilla options, and each required input was verified to still exist in the new majors.actions/checkout(v5.0.0) andactions/attest-build-provenance(v3.0.0, composite) were already Node 24, left as-is.This PR's CI exercises the
upload-artifactbump on the build job. Thedocker/*andgh-releasebumps only run in the tag-gated release jobs, so they get exercised on the nextstage0-v*/uki-v*tag.🤖 Generated with Claude Code