Bump GitHub Actions to Node 24 runtimes#6
Merged
Conversation
GitHub is deprecating the Node 20 action runtime (defaults to Node 24 on 2026-06-16, removed fall 2026), which surfaced a deprecation warning in workflow logs. Update every action pinned to a node20 build to a node24 version: - actions/checkout v4 -> v5 - actions/setup-node v4 -> v5 - actions/setup-python v5 -> v6 - actions/upload-pages-artifact v3 -> v5 - actions/deploy-pages v4 -> v5 - actions/upload-artifact v4 -> v7 - actions/download-artifact v4 -> v8 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.
Why
GitHub is deprecating the Node 20 action runtime (changelog): runners default node20 actions to Node 24 on 2026-06-16, full removal fall 2026. This surfaced a deprecation warning in workflow logs.
Changes
actions/checkoutactions/setup-nodedeploy-docs.ymlactions/setup-pythondeploy-docs.yml,publish.ymlactions/upload-pages-artifactdeploy-docs.ymlactions/deploy-pagesdeploy-docs.ymlactions/upload-artifactpublish.ymlactions/download-artifactpublish.ymlAll bumped versions confirmed to declare
runs.using: node24.pypa/gh-action-pypi-publish@release/v1(Docker composite, floating) is unchanged.upload-artifacttops out at v7; onlydownload-artifacthas a v8 — all v4+ share the same artifact backend, so they interoperate.Note
publish.ymlruns only on release / manual dispatch — verify on the next release.🤖 Generated with Claude Code