ci: bump actions/checkout, setup-python, artifacts, Pages to Node 24 majors#57
Merged
Conversation
- actions/checkout v4 -> v6 - actions/setup-python v5 -> v6 (publish) - actions/upload-artifact v4 -> v7; download-artifact v4 -> v8 - actions/upload-pages-artifact v3 -> v5; deploy-pages v4 -> v5 Addresses deprecation warnings for actions still on Node 20. Co-authored-by: Andy Babic <ababic@users.noreply.github.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.
Summary
Bumps official GitHub-owned actions to current majors that ship on Node.js 24, addressing pipeline warnings that
actions/checkout@v4,actions/setup-python@v5, andactions/upload-artifact@v4still run on deprecated Node 20.Changes
actions/checkoutactions/setup-pythonpublish.yml)actions/upload-artifactpublish.yml)actions/download-artifactpublish.yml)actions/upload-pages-artifactdocs.yml)actions/deploy-pagesdocs.yml)Third-party actions (
dtolnay/rust-toolchain,Swatinem/rust-cache,peaceiris/actions-mdbook,pypa/gh-action-pypi-publish,softprops/action-gh-release) are unchanged; if warnings persist, we can bump those in a follow-up once upstream publishes Node 24 builds.Optional
To opt in early on runners that support it, GitHub documents
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true; with these action versions it should not be required for the listed warnings.Post-merge
Run CI on
mainand confirm the Node 20 deprecation warnings are gone from workflow annotations.Slack Thread