Summary
GitHub Actions runners will force Node.js 24 by default starting June 2, 2026 and remove Node.js 20 entirely on September 16, 2026. The following actions pinned in setup/action.yml are running on Node.js 20:
| Action | Current SHA | Current Version | Latest |
|---|
actions/setup-node | 49933ea | v4 | v6.3.0 |
actions/cache | 0057852 | v4.3.0 | v5.0.4 |
shivammathur/setup-php | 44454db | v2 | v2.37.0 |
actions/checkout is already on v6.0.2 (Node.js 24 compatible).
Actions needed
References
Summary
GitHub Actions runners will force Node.js 24 by default starting June 2, 2026 and remove Node.js 20 entirely on September 16, 2026. The following actions pinned in
setup/action.ymlare running on Node.js 20:actions/setup-node49933eaactions/cache0057852shivammathur/setup-php44454dbactions/checkoutis already on v6.0.2 (Node.js 24 compatible).Actions needed
setup/action.yml: bumpactions/setup-nodeto v6,actions/cacheto v5,shivammathur/setup-phpto latest v2References