Description
GitHub Actions runners will force JavaScript actions to run on Node.js 24 by default starting June 2nd, 2026, and Node.js 20 will be fully removed in September 2026. This causes all our v4 actions to emit deprecation warnings.
Resolution
Upgrade all GitHub Actions references in our workflows to their latest major versions, which natively support the Node 24 runtime without warnings.
Action Matrix:
actions/checkout: v4 -> v6
actions/setup-node: v4 -> v6
github/codeql-action/*: v3 -> v4
actions/github-script: v7 -> v8
actions/stale: v9 -> v10
We will also apply these updates to the create-app repository's workflow templates.
Description
GitHub Actions runners will force JavaScript actions to run on Node.js 24 by default starting June 2nd, 2026, and Node.js 20 will be fully removed in September 2026. This causes all our
v4actions to emit deprecation warnings.Resolution
Upgrade all GitHub Actions references in our workflows to their latest major versions, which natively support the Node 24 runtime without warnings.
Action Matrix:
actions/checkout:v4->v6actions/setup-node:v4->v6github/codeql-action/*:v3->v4actions/github-script:v7->v8actions/stale:v9->v10We will also apply these updates to the
create-apprepository's workflow templates.