chore: bump GitHub Actions to Node-24-compatible majors#6
Open
dickhardt wants to merge 1 commit into
Open
Conversation
Node 20 runtime for JS actions is deprecated (forced to Node 24 on 2026-06-16, removed 2026-09-16). Bump GitHub-maintained actions to latest majors across the workflows: - actions/checkout -> v6 - actions/cache -> v5 - actions/upload-artifact -> v7 Also add '.github/**' to ghpages.yml paths-ignore so CI-config changes don't republish the editor's copy (matches the openid connect-* repos and makes this branch safe to push without triggering a Pages deploy). 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 forces JS actions to Node 24 on 2026-06-16 and removes Node 20 on 2026-09-16. This repo's workflows pinned GitHub-maintained actions on Node-20 (or older) majors.
Changes
actions/checkout→ v6actions/cache→ v5actions/upload-artifact→ v7.github/**toghpages.ymlpaths-ignore (push & pull_request) so CI-config-only changes don't rebuild/republish the editor's copy — matches theopenid/connect-*repos and makes this branch deploy-safe.martinthomson/i-d-template@v1(Docker action) left as-is.upload-artifactbump reviewed: each workflow has a single upload per run with a unique/default name, no matrix or merge reliance — safe. Remainingactionlintnotes (deprecatedset-output) are pre-existing and out of scope.Validation
actionlintclean on bumped lines.publish.yml(tagdraft-*),archive.yml(schedule/dispatch),update.yml(dispatch) don't deploy on a branch push;ghpages.ymlnow path-ignores.github/**.🤖 Generated with Claude Code