Update marocchino/sticky-pull-request-comment to v3 (Node 24)#27326
Conversation
Bumps the action from v2.9.4 (SHA 7737449) to v3.0.4 (SHA 0ea0beb) across all workflows that use it. The v3 release updates the action's Node.js runtime from 20 to 24; inputs and outputs are unchanged for existing usages (a new optional 'number_force' input was added). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
Hi! Thank you for opening this PR. Want me to review it? Based on the diff (32 lines, 5 files), I've queued these reviewers:
How this works
|
Fleet Review — CleanNo issues found across the reviewer fleet for this run. |
There was a problem hiding this comment.
Pull request overview
This PR updates the GitHub Action marocchino/sticky-pull-request-comment from v2.9.4 to v3.0.4 (including pinned SHA and ratchet major tag) across all workflows that use it, aligning with the move off the older Node runtime.
Changes:
- Bumped
marocchino/sticky-pull-request-commentto v3.0.4 and updated the pinned commit SHA in all affected workflows. - Updated the
# ratchet:marocchino/sticky-pull-request-comment@vNcomment fromv2tov3. - Updated the inline release-notes link to the v3.0.4 tag.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/changeset-reporter.yml | Updates sticky PR comment action to v3.0.4 (SHA + ratchet + release notes). |
| .github/workflows/linkcheck-reporter.yml | Updates sticky PR comment action to v3.0.4 (SHA + ratchet + release notes). |
| .github/workflows/pr-release-branch-warning.yml | Updates sticky PR comment action to v3.0.4 (SHA + ratchet + release notes). |
| .github/workflows/pr-review-auto-route.yml | Updates sticky PR comment action to v3.0.4 (SHA + ratchet + release notes). |
| .github/workflows/pr-review-fleet.yml | Updates sticky PR comment action to v3.0.4 in both comment-posting steps (SHA + ratchet + release notes). |
Description
Bumps the
marocchino/sticky-pull-request-commentaction from v2.9.4 to v3.0.4 across all workflows that use it.The motivation is that v2.9.4 runs on Node.js 20, which is now end-of-life. v3.x runs on Node.js 24. There are no other meaningful changes in v3.x for our usage — all inputs and outputs we pass remain the same; v3 only adds a new optional
number_forceinput that we don't consume.Affected workflows:
.github/workflows/changeset-reporter.yml(3 usages).github/workflows/linkcheck-reporter.yml.github/workflows/pr-release-branch-warning.yml.github/workflows/pr-review-auto-route.yml.github/workflows/pr-review-fleet.yml(2 usages)The pinned SHA, the
# ratchet:...@vNcomment, and the release-notes-link comment were all updated together.Tracked by AB#73596.
Reviewer Guidance
The review process is outlined on this wiki page.