Bump GitHub Actions to Node-24 stable versions#760
Open
LukasWallrich wants to merge 1 commit intomainfrom
Open
Bump GitHub Actions to Node-24 stable versions#760LukasWallrich wants to merge 1 commit intomainfrom
LukasWallrich wants to merge 1 commit intomainfrom
Conversation
Clears the 2026-06-02 Node 20 deprecation cutoff across all workflows. - actions/checkout v4 → v6 - actions/setup-python v5 → v6 - actions/setup-node v4 → v6 - actions/upload-artifact v4 → v7 - actions/download-artifact v4 → v7 (avoiding v8's new error-on-hash-mismatch default) - peter-evans/find-comment v3 → v4 - peter-evans/create-or-update-comment v4 → v5 - peter-evans/create-issue-from-file v5 → v6 SHA-pinned third-party actions (peaceiris/*, dawidd6/*) and r-lib/setup-pandoc@v2 are left alone — they will be force-migrated to Node 24 by the runner. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
|
👍 All image files/references (if any) are in webp format, in line with our policy. |
Contributor
✅ Spell Check PassedNo spelling issues found when checking 7 changed file(s)! 🎉 |
Contributor
Author
|
This PR was attempted for staging deployment but had merge conflicts and was skipped. Attempted at: 2026-05-08 12:30:35 UTC Please resolve conflicts with the base branch and the deployment will be retried automatically. |
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.
Summary
Clears the 2026-06-02 Node 20 deprecation cutoff across all workflows by bumping every
actions/*andpeter-evans/*reference to its current Node-24 release.actions/checkoutactions/setup-pythonactions/setup-nodeactions/upload-artifactactions/download-artifactpeter-evans/find-commentpeter-evans/create-or-update-commentpeter-evans/create-issue-from-fileCompatibility notes (release-notes audit)
actions/*v6/v7 require runner ≥ v2.327.1 — GitHub-hostedubuntu-22.04is well past that.setup-node@v5+added auto-package-manager caching; this repo already setscache: 'npm'explicitly, so no behavior change.upload-artifact@v7adds opt-inarchive: falsedirect-upload; default (zipped) behavior unchanged.download-artifact@v8would change hash-mismatch from warn → error by default. Staying on v7 preserves current behavior.peter-evans/*major bumps are Node-24-runtime-only — input/output schemas unchanged.Deliberately left alone
r-lib/actions/setup-pandoc@v2— r-lib will move thev2tag onto Node 24 before the cutoff.eddelbuettel/github-actions/r2u-setup@master— composite action, no JS runtime to deprecate.lycheeverse/lychee-action@v2— major-tag pin, auto-tracks.peaceiris/*anddawidd6/*— deliberate security pins; GitHub's force-migration on 2026-06-02 (and the existingFORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"env var indata-processing.yml) will run them on Node 24 regardless.Test plan
link-check.yaml(PR-triggered) runs on this PR — verifiesactions/checkout@v6.check_images.yaml(PR-triggered) runs on this PR — verifiessetup-python@v6,peter-evans/find-comment@v4,peter-evans/create-or-update-comment@v5.spell-check.yaml(PR-triggered) runs on this PR — same actions as above.data-processing.ymlto verifysetup-node@v6,upload-artifact@v7, and end-to-end withr2u-setup+setup-pandoc@v2.deploy.yaml/staging-aggregate.yamlruns to verifyupload-artifact@v7↔download-artifact@v7round-trip.🤖 Generated with Claude Code