chore(deps): update rubygems/configure-rubygems-credentials action to v2.1.0 - #30
chore(deps): update rubygems/configure-rubygems-credentials action to v2.1.0#30renovate[bot] wants to merge 1 commit into
Conversation
|
PR author is in the excluded authors list. |
|
2f169c7 to
3b2d146
Compare
3caf4ba to
1ab6820
Compare
🌊 WAVE BugBot — 6 finding(s)🔴 5 · 🟡 1
severity: critical · major · minor · info — local review · $0 inference · wave-dispatch · react 👍/👎 to tune |
1ab6820 to
a119d06
Compare
ApprovabilityVerdict: Needs human review Dependency update to rubygems/configure-rubygems-credentials v2.1.0. The file is owned by wave-av/sdk-owners (not the author), and there's an unresolved comment noting the SHA↔tag mapping should be verified before merging since this workflow runs only during releases. No code changes detected at You can customize Macroscope's approvability policy. Learn more. |
…mber space Review found a SECOND concurrency collision, on a different axis from the one this template already documents (wave-pen#386). `issue_comment` fires for ISSUES as well as PRs, and GitHub draws both from ONE number sequence. So a comment on Issue #30 and a `/review` on PR #30 entered the same concurrency group. Concurrency is evaluated at WORKFLOW level, BEFORE the job-level `if:` runs — so the Issue comment cancelled the PR review already in flight, and was then skipped itself, having done nothing. That is the identical shape as the #386 defect the block above exists to fix, one axis over: a run that will not review taking the lane from the run that would have. #386 separated the two EVENTS; it did not separate the two number spaces inside one event. pull_request PR 433 -> pr-agent-pull_request-pr-433 issue_comment on PR 30 -> pr-agent-issue_comment-pr-30 issue_comment on ISSUE 30 -> pr-agent-issue_comment-issue-30 The last two used to be one group. actionlint and zizmor clean. Upstream: wave-av/wave-foundation-public#73. Refs wave-pen#418, wave-pen#417. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
a119d06 to
4179144
Compare
|
Your free trial PR review limit of 300 PRs has been reached. Please upgrade your plan to continue using CodeAnt AI. |
4179144 to
0825b63
Compare
|
Your free trial PR review limit of 300 PRs has been reached. Please upgrade your plan to continue using CodeAnt AI. |
0825b63 to
15b9ad2
Compare
|
Skipping PR review because a bot author is detected. If you want to trigger CodeAnt AI, comment |
This PR contains the following updates:
v2.0.0→v2.1.0Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
rubygems/configure-rubygems-credentials (rubygems/configure-rubygems-credentials)
v2.1.0Compare Source
This release switches the action runtime from Node 20 to Node 24. The
node24declaration inaction.ymlremoves the deprecation warning that every consumer — most visibly throughrubygems/release-gem— has seen since GitHub announced the Node 20 deprecation, and gets ahead of runners switching JavaScript actions to Node 24 by default on June 16, 2026.Note for self-hosted runners: the
node24runtime requires actions/runner 2.327.1 or later. GitHub-hosted runners are unaffected.The pending major dependency updates are included as well: zod 4, @actions/core 3, and @actions/http-client 4. The actions toolkit majors ship only ES module builds now, so the build pipeline emits ES modules internally, while the bundled
dist/index.jsthe runner executes remains CommonJS. The action's inputs, outputs, and behavior are unchanged.Thanks to @dduugg for first proposing the runtime switch in #413.
What's Changed
Full Changelog: rubygems/configure-rubygems-credentials@v2.0.0...v2.1.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.