Skip to content
This repository was archived by the owner on Jun 22, 2026. It is now read-only.

ci: upgrade release-please action to v5#5

Merged
phatpham9 merged 1 commit into
mainfrom
ci/release-please-node24
Jun 21, 2026
Merged

ci: upgrade release-please action to v5#5
phatpham9 merged 1 commit into
mainfrom
ci/release-please-node24

Conversation

@phatpham9

Copy link
Copy Markdown
Member

Summary

Upgrade the Release Please workflow from googleapis/release-please-action@v4 to @v5 to eliminate the Node 20 deprecation warning on GitHub Actions runners.

What changed

  • change .github/workflows/release-please.yml from:
    • googleapis/release-please-action@v4
  • to:
    • googleapis/release-please-action@v5

Why

The current workflow warning is:

Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: googleapis/release-please-action@v4

The upstream v5.0.0 action metadata declares:

runs:
  using: 'node24'

So this is the direct compatibility fix for the warning.

Verification

  • validated .github/workflows/release-please.yml parses as YAML after the change
  • confirmed the repo diff is limited to the action version bump

@phatpham9 phatpham9 merged commit 460e775 into main Jun 21, 2026
1 check passed
@phatpham9 phatpham9 deleted the ci/release-please-node24 branch June 21, 2026 18:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant