Bump GitHub Action versions to Node 24-compatible majors#13
Merged
Conversation
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 every GitHub Action used in our workflows to a major that runs on Node.js 24, fixing the deprecation warnings GitHub posts on every run today (Node 20 actions are auto-forced to Node 24 on 2026-06-02 and removed entirely on 2026-09-16).
actions/checkout@v4@v6astral-sh/setup-uv@v6@v8.1.0(pinned — no more major tags, see note)actions/cache@v4@v5codecov/codecov-action@v5@v6actions/configure-pages@v4@v6actions/upload-pages-artifact@v3@v5actions/deploy-pages@v4@v5pypa/gh-action-pypi-publish@release/v1was already on the floating release tag and is unchanged.Notable breaking-change checks
astral-sh/setup-uv@v8stopped publishing major/minor floating tags as a supply-chain hardening measure (post tj-actions incident). Pinned to the immutablev8.1.0tag. Consider moving to a SHA pin in a follow-up.actions/upload-pages-artifact@v4stopped including dotfiles in the artifact. Ourmkdocs buildsite/ output has none, so safe.actions/configure-pages@v5dropped Next.js < 13.3.0 support — irrelevant (nostatic_site_generator: nextinput here).actions/cache@v5+actions/checkout@v5+require runner ≥ 2.327.1; GitHub-hosted runners are well past this.codecov/codecov-action@v6is purely the Node 24 bump.Test plan
actionlintclean across all 4 workflows.