ci: bump github actions to their latest majors - #1147
Open
hsablonniere wants to merge 1 commit into
Open
Conversation
Every workflow run currently logs a "Node.js 20 is deprecated" warning for actions/checkout, actions/setup-node, actions/download-artifact and actions/upload-artifact: these were pinned to majors whose runtime still targets Node 20, which GitHub Actions now force-runs on Node 24 with a warning ahead of the full removal. Bumps checkout v5 to v7, setup-node v4/v6 to v7, download-artifact v4 to v8, upload-artifact v4 to v7, sticky-pull-request-comment v2 to v3.0.5, and ssh-agent v0.9.1 to v0.10.0. release-please-action stays on v3: its v4 major changes the action's config schema and needs its own review.
|
🔎 A preview has been automatically published! If you created the alias to the preview script, you can run this command to download and install this preview: clever-preview update ci-bump-github-actionsYou can also run it from your local repository: ./scripts/preview.js update ci-bump-github-actions
This preview will be deleted once this PR is closed. |
pdesoyres-cc
approved these changes
Sep 11, 2026
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.
Every workflow run currently prints
Node.js 20 is deprecatedwarnings (example) for actions still pinned to a major whose runtime targets Node 20; GitHub force-runs them on Node 24 in the meantime and warns ahead of full Node 20 removal.Version audit of every external action used across
.github/workflowsand.github/actions:actions/checkoutv5v7actions/setup-nodev4,v6v7actions/download-artifactv4v8actions/upload-artifactv4v7marocchino/sticky-pull-request-commentv2v3.0.5webfactory/ssh-agentv0.9.1v0.10.0google-github-actions/release-please-actionv3release-please-actionis intentionally left onv3: itsv4major changes the action's config schema and warrants its own dedicated PR/review rather than being folded into a routine version bump.