Bump Deploy Documentation workflow actions to Node.js 24#20
Open
Copilot wants to merge 1 commit into
Open
Conversation
…versions Agent-Logs-Url: https://github.com/AmberLee2427/nancy-brain/sessions/682283eb-2e9c-4237-95d5-2b1badcbdccb Co-authored-by: AmberLee2427 <26697369+AmberLee2427@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
AmberLee2427
April 13, 2026 04:08
View session
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the GitHub Pages documentation deployment workflow to use newer major versions of first-party GitHub Actions, aligning the workflow with the move to Node.js 24-compatible action runtimes.
Changes:
- Bumped
actions/checkoutfromv4tov6 - Bumped
actions/setup-pythonfromv5tov6andactions/configure-pagesfromv4tov6 - Bumped Pages artifact/deploy actions to
upload-pages-artifact@v5anddeploy-pages@v5
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Node.js 20 reaches EOL April 30, 2026; GitHub Actions requires Node.js 24 runtime compliance (minimum runner v2.327.1) via new major versions of first-party actions.
Action version updates (
docs.yml)actions/checkout@v4@v6actions/setup-python@v5@v6actions/configure-pages@v4@v6actions/upload-pages-artifact@v3@v5actions/deploy-pages@v4@v5Node.js 24 support was introduced at:
checkout@v5,setup-python@v6,configure-pages@v6(Mar 2026),upload-pages-artifact@v5(Apr 2026),deploy-pages@v5(Mar 2026).