Context
In PR #233 we bumped actions/checkout, actions/upload-artifact, and actions/download-artifact to their Node.js 24 versions. However, googleapis/release-please-action@v4 still runs on Node.js 20 and throws a deprecation warning:
Node.js 20 actions are deprecated. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026.
As of 2026-03-27, the latest version is v4.4.0 and there is no v5 with Node.js 24 support yet.
Action
- Monitor googleapis/release-please-action for a Node.js 24 release
- Bump in
release-please.yml when available
- Deadline: before June 2nd, 2026 (forced Node.js 24 default) or September 16th, 2026 (Node.js 20 removal)
Files affected
.github/workflows/release-please.yml
Context
In PR #233 we bumped
actions/checkout,actions/upload-artifact, andactions/download-artifactto their Node.js 24 versions. However,googleapis/release-please-action@v4still runs on Node.js 20 and throws a deprecation warning:As of 2026-03-27, the latest version is
v4.4.0and there is no v5 with Node.js 24 support yet.Action
release-please.ymlwhen availableFiles affected
.github/workflows/release-please.yml