Skip to content

Bump Deploy Documentation workflow actions to Node.js 24#20

Open
Copilot wants to merge 1 commit into
mainfrom
copilot/update-deploy-docs-workflow-version
Open

Bump Deploy Documentation workflow actions to Node.js 24#20
Copilot wants to merge 1 commit into
mainfrom
copilot/update-deploy-docs-workflow-version

Conversation

Copilot AI commented Apr 13, 2026

Copy link
Copy Markdown
Contributor

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)

Action Before After
actions/checkout @v4 @v6
actions/setup-python @v5 @v6
actions/configure-pages @v4 @v6
actions/upload-pages-artifact @v3 @v5
actions/deploy-pages @v4 @v5

Node.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).

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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/checkout from v4 to v6
  • Bumped actions/setup-python from v5 to v6 and actions/configure-pages from v4 to v6
  • Bumped Pages artifact/deploy actions to upload-pages-artifact@v5 and deploy-pages@v5

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants