Skip to content

chore(deps): update anthropics/claude-code-action digest to 806af32 - #5589

Merged
stranske merged 1 commit into
phase-3from
renovate/anthropics-claude-code-action-digest
Jun 18, 2026
Merged

chore(deps): update anthropics/claude-code-action digest to 806af32#5589
stranske merged 1 commit into
phase-3from
renovate/anthropics-claude-code-action-digest

Conversation

@renovate

@renovate renovate Bot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
anthropics/claude-code-action (changelog) action digest 9dd8b95806af32

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 becomes conflicted, 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.

@renovate
renovate Bot requested a review from stranske as a code owner June 18, 2026 03:08
@renovate
renovate Bot had a problem deploying to agent-standard June 18, 2026 03:08 Failure
@coderabbitai

coderabbitai Bot commented Jun 18, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 60cfa78e-a12a-4076-88fe-76b4c0ac6f44

📥 Commits

Reviewing files that changed from the base of the PR and between 4e5a257 and fbd7e94.

📒 Files selected for processing (1)
  • .github/workflows/maint-76-claude-code-review.yml
🔗 Linked repositories identified

CodeRabbit considers these linked repositories for cross-repo context during reviews:

  • stranske/Workflows (auto-detected)
📜 Recent review details
🧰 Additional context used
📓 Path-based instructions (3)
{pyproject.toml,.github/workflows/**/*.{yml,yaml}}

📄 CodeRabbit inference engine (.github/copilot-instructions.md)

Check both pyproject.toml ([tool.coverage.report] fail_under) AND workflow files for coverage-min settings - these must match or the lower one wins

Files:

  • .github/workflows/maint-76-claude-code-review.yml
.github/workflows/**/*.{yml,yaml}

📄 CodeRabbit inference engine (.github/copilot-instructions.md)

For startup_failure GitHub Actions workflow errors with zero jobs, check for common causes: Invalid YAML syntax, top-level permissions: block on workflow_call reusable workflows (conflicts with caller permissions), invalid permission scopes, or circular workflow references

Files:

  • .github/workflows/maint-76-claude-code-review.yml
.github/workflows/**/*.yml

📄 CodeRabbit inference engine (CLAUDE.md)

Reference reusable workflows with @main by default in first-party consumers, unless intentionally pinning to an exact commit SHA for a controlled reason.

Files:

  • .github/workflows/maint-76-claude-code-review.yml
🔀 Multi-repo context stranske/Workflows

Based on my exploration, I can now provide you with the cross-repository context for this PR.

Linked repositories findings

stranske/Workflows

Single usage of anthropics/claude-code-action:

  • ./templates/consumer-repo/.github/workflows/maint-76-claude-code-review.yml:69 — The only pinned reference to this action in the repository. This is a template workflow that will be distributed to consumer repositories. [::stranske/Workflows::]

What changed in the action update (9dd8b95 → 806af32):

According to the patch diff, the new commit includes:

  1. Bug fix for workflow validation error handling (src/github/token.ts):

    • Refactored error detection logic in the exchangeForAppToken() function to properly handle workflow validation token exchange failures
    • Added dedicated helper functions: isWorkflowValidationError() and getAppTokenExchangeErrorMessage()
    • Improved error classification to recognize both specific error codes (workflow_not_found_on_default_branch) and HTTP 401 responses with validation messages
    • This is a non-breaking improvement—workflows that previously failed on validation will now be properly skipped instead of hard-failing
      [::stranske/Workflows::]
  2. Dependency version bumps (non-breaking):

    • Claude Code version: 2.1.179 → 2.1.181
    • Claude Agent SDK: 0.3.179 → 0.3.181 (all platform variants updated across package.json, base-action/package.json, and lock files)
      [::stranske/Workflows::]

Impact assessment:

  • This is a patch-level update with bug fixes, not a breaking change
  • The workflow template already has guards in place: the detect-secret job checks for workflow_unchanged == 'true', preventing execution if the workflow file is modified in a PR
  • The update improves reliability by better handling edge cases where workflow validation fails during token exchange
  • No changes to action inputs, outputs, or expected behavior from the workflow perspective
🔇 Additional comments (1)
.github/workflows/maint-76-claude-code-review.yml (1)

192-192: LGTM!


📝 Walkthrough

Walkthrough

The uses: reference for anthropics/claude-code-action in the claude-review job of .github/workflows/maint-76-claude-code-review.yml is updated from one pinned commit SHA to another. The # v1 annotation and all other workflow configuration remain unchanged.

Changes

Claude Code Action SHA Bump

Layer / File(s) Summary
Pinned action SHA update
.github/workflows/maint-76-claude-code-review.yml
The uses: line for anthropics/claude-code-action in the claude-review step is updated to a new pinned commit SHA; no other workflow logic is modified.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • stranske/Trend_Model_Project#5556: Performs the same type of change — updating the pinned anthropics/claude-code-action commit SHA in the same workflow file with no other modifications.

Suggested reviewers

  • stranske
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: updating the anthropics/claude-code-action dependency digest to a new commit hash, which matches the file modification shown in the summary.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch renovate/anthropics-claude-code-action-digest

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant