Skip to content

Upgrade GitHub Actions to Node.js 24-compatible versions#776

Draft
Copilot wants to merge 3 commits intomainfrom
copilot/update-actions-in-yml
Draft

Upgrade GitHub Actions to Node.js 24-compatible versions#776
Copilot wants to merge 3 commits intomainfrom
copilot/update-actions-in-yml

Conversation

Copy link
Contributor

Copilot AI commented Mar 19, 2026

Node.js 20 is deprecated on GitHub Actions runners with forced migration to Node.js 24 starting June 2, 2026. All workflow files need action versions that run on Node.js 24.

Action version upgrades (all workflows)

  • actions/checkout@v4v5
  • actions/setup-node@v4v6
  • actions/github-script@v7v8 (extension-submission.yml, discover-templates-extensions.yml)
  • actions/upload-pages-artifact@v3v4 (release.yml)

Node.js version

  • node-version: 2024 across all workflows
  • website/package.json engines.node: >=20.0>=24.0
Original prompt

This section details on the original issue you should resolve

<issue_title>update action in release yml</issue_title>
<issue_description>Warning message: "Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4, peaceiris/actions-gh-pages@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/"

  1. Update all actions in yml to latest version and verify which node version is required.
  2. Update to the highest node version that is compatible to all actions in yml. </issue_description>

Comments on the Issue (you are @copilot in this section)


🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

Co-authored-by: hemarina <104857065+hemarina@users.noreply.github.com>
@hemarina
Copy link
Contributor

@copilot Update website/package-lock.json based on website/package.json

Copilot AI changed the title [WIP] Update actions in release yml to latest versions Upgrade GitHub Actions to Node.js 24-compatible versions Mar 19, 2026
Copilot AI requested a review from hemarina March 19, 2026 18:01
Co-authored-by: hemarina <104857065+hemarina@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Mar 19, 2026

@copilot Update website/package-lock.json based on website/package.json

Done in 951be32. Ran npm install in the website/ directory to regenerate package-lock.json — the engines.node entry is now updated from >=20.0 to >=24.0.

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.

update action in release yml

2 participants