GitHub Actions running on Node.js 20 are deprecated. Actions will be forced to run with Node.js 24 by default starting June 2, 2026.
The action currently declares using: node20 in action.yml. This produces the following warning on every workflow run:
Warning: Node.js 20 actions are deprecated. Please check if updated versions of these actions are available that support Node.js 24.
Please update to node24 to suppress the deprecation warning and ensure continued compatibility.
Reference: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
GitHub Actions running on Node.js 20 are deprecated. Actions will be forced to run with Node.js 24 by default starting June 2, 2026.
The action currently declares
using: node20inaction.yml. This produces the following warning on every workflow run:Please update to
node24to suppress the deprecation warning and ensure continued compatibility.Reference: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/