Skip to content

chore(deps): update anthropics/claude-code-action action to v1.0.112#262

Merged
lacolaco-actions-worker[bot] merged 1 commit into
mainfrom
renovate/anthropics-claude-code-action-1.x
May 10, 2026
Merged

chore(deps): update anthropics/claude-code-action action to v1.0.112#262
lacolaco-actions-worker[bot] merged 1 commit into
mainfrom
renovate/anthropics-claude-code-action-1.x

Conversation

@renovate

@renovate renovate Bot commented May 10, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Pending
anthropics/claude-code-action action patch v1.0.111v1.0.112 v1.0.119 (+6)

Release Notes

anthropics/claude-code-action (anthropics/claude-code-action)

v1.0.112

Compare Source

What's Changed
New Contributors

Full Changelog: anthropics/claude-code-action@v1...v1.0.112


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions

Copy link
Copy Markdown
Contributor

Renovate PR Review Results

⚖️ Safety Assessment: ✅ Safe

🔍 Release Content Analysis

  • Bug fix (patch): trigger_phrase matching is now case-insensitive — the checkContainsTrigger function in src/github/validation/trigger.ts adds the "i" flag to all 4 RegExp constructions. This fixes a silent failure where GitHub's @-mention autocomplete inserts @Claude (capital C) or iOS autocorrect capitalizes it, causing the action to start (the outer if: condition is already case-insensitive) but then immediately exit with "No trigger was met".
  • No breaking changes: The change only expands the set of inputs that trigger correctly; word-boundary logic is unchanged (e.g., email@claude.com still does not trigger).
  • Dependency bump: Internal CLAUDE_CODE_VERSION bumped 2.1.126 → 2.1.128 and @anthropic-ai/claude-agent-sdk bumped 0.2.126 → 0.2.128 — both routine patch bumps with no noted API changes.
  • Tests added: Two new test cases covering @Claude and @CLAUDE were added in test/trigger-validation.test.ts.

🎯 Impact Scope Investigation

  • anthropics/claude-code-action is used in 2 places in .github/workflows/ci.yml (lines 204 and 294), both using the prompt: input (not trigger_phrase), so the case-insensitive trigger fix has no direct behavioral effect on this repo's workflows.
  • Both usages pass claude_code_oauth_token and allowed_bots — no input API changes in this release.
  • No other workflow files reference this action (.github/workflows/trigger-sync-from-pr-comment.yml and sync-with-notion.yml are unaffected).
  • The SHA pin is updated from fefa07e9c665b7320f08c3b525980457f22f58aa to 2cc1ac1331eac7a6a96d716dd204dd2888d0fcd2, which correctly reflects the v1.0.112 tag.

💡 Recommended Actions

  • No migration steps or configuration changes required.
  • Merge as-is. This is a straightforward patch bump with a backward-compatible bug fix.

🔗 Reference Links

Generated by koki-develop/claude-renovate-review

@lacolaco-actions-worker lacolaco-actions-worker Bot merged commit c144a93 into main May 10, 2026
10 checks passed
@lacolaco-actions-worker lacolaco-actions-worker Bot deleted the renovate/anthropics-claude-code-action-1.x branch May 10, 2026 01:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants