Skip to content

chore(deps): update anthropics/claude-code-action digest to 30544b6#850

Closed
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/anthropics-claude-code-action-digest
Closed

chore(deps): update anthropics/claude-code-action digest to 30544b6#850
renovate[bot] wants to merge 1 commit into
mainfrom
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 2fee15530544b6

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:05
@renovate renovate Bot had a problem deploying to agent-standard June 18, 2026 03:05 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: 30a031d8-e6f1-4046-8c89-dad787210a01

📥 Commits

Reviewing files that changed from the base of the PR and between 2074d32 and dc84007.

📒 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)
  • stranske/Template (auto-detected)
📜 Recent review details
⏰ Context from checks skipped due to timeout. (2)
  • GitHub Check: Python CI / python 3.13
  • GitHub Check: Python CI / python 3.12
🧰 Additional context used
📓 Path-based instructions (4)
{pyproject.toml,.github/workflows/*.{yml,yaml}}

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

{pyproject.toml,.github/workflows/*.{yml,yaml}}: Ensure coverage thresholds in pyproject.toml ([tool.coverage.report] fail_under) match the coverage-min settings in CI workflow files to avoid threshold conflicts
The Manager-Database repository has a coverage threshold of 75%

Files:

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

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

When a GitHub Actions workflow fails with startup_failure, check for invalid YAML syntax, top-level permissions: blocks on workflow_call reusable workflows (which 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 to match first-party consumer defaults, unless intentionally pinning to an exact commit SHA for a controlled reason.

Files:

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

📄 CodeRabbit inference engine (AGENTS.md)

First-party consumers should reference reusable workflows with @main 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, stranske/Template

Looking at the context provided, I can see that previous research has already been conducted exploring the linked repositories (stranske/Workflows and stranske/Template) to assess cross-repository impact from this workflow action version update.

Based on the findings already documented in the previous research section, I have sufficient cross-repository context to inform the review:

Summary of Linked Repositories Findings

stranske/Workflows

[::stranske/Workflows::]

  • Template workflow at ./.github/workflows/maint-76-claude-code-review.yml:192 uses anthropics/claude-code-action@51705da45eecce209d4700538bf8377d5b5fc695 # v1

stranske/Template

[::stranske/Template::]

  • Workflow at ./.github/workflows/maint-76-claude-code-review.yml:192 uses anthropics/claude-code-action@51705da45eecce209d4700538bf8377d5b5fc695 # v1

Cross-Repository Impact Assessment

Key findings:

  1. Both linked repositories in the ecosystem already reference the anthropics/claude-code-action GitHub Action
  2. The linked repos are using digest 51705da, which represents an alternate version from what this PR is updating to (30544b6)
  3. No downstream API or behavioral dependencies on specific action versions were identified
  4. No cross-repo integration risks or breakage scenarios detected from this action update

The previous research has adequately identified the relevant downstream consumers and established that this workflow action update does not introduce breaking changes or API mismatches across the linked repository ecosystem.

🔇 Additional comments (1)
.github/workflows/maint-76-claude-code-review.yml (1)

192-192: Action version update is compatible with current workflow usage; no breaking changes identified for this implementation.

All input parameters used in the workflow (claude_code_oauth_token, allowed_bots, claude_args, plugin_marketplaces, plugins, prompt) are present and supported in the new action version at commit 30544b674398ee15c84819bd87caf8a87e8c7b55. While the action underwent a significant architectural refactor from a multi-step composite to a unified entrypoint, this workflow does not rely on the deprecated multi-step behavior and remains fully compatible with the update.


📝 Walkthrough

Walkthrough

The uses: commit SHA for the anthropics/claude-code-action step in .github/workflows/maint-76-claude-code-review.yml is updated to a new pinned digest. No other workflow logic, permissions, inputs, or steps are modified.

Changes

Bump anthropics/claude-code-action pinned SHA

Layer / File(s) Summary
Pinned SHA update
.github/workflows/maint-76-claude-code-review.yml
Updates the anthropics/claude-code-action step's uses: reference from one pinned commit SHA to another; no other workflow configuration is changed.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • stranske/Collab-Admin#829: Modifies the same workflow step in the same file by updating the pinned anthropics/claude-code-action commit SHA.

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 a GitHub Action dependency to a specific digest, which is the exact purpose of this pull request.
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.

@renovate renovate Bot changed the title chore(deps): update anthropics/claude-code-action digest to 806af32 chore(deps): update anthropics/claude-code-action digest to 51705da Jun 19, 2026
@renovate renovate Bot force-pushed the renovate/anthropics-claude-code-action-digest branch from dbfe2ec to 7911083 Compare June 19, 2026 06:49
@renovate renovate Bot changed the title chore(deps): update anthropics/claude-code-action digest to 51705da chore(deps): update anthropics/claude-code-action digest to 51705da - autoclosed Jun 19, 2026
@renovate renovate Bot closed this Jun 19, 2026
@renovate renovate Bot deleted the renovate/anthropics-claude-code-action-digest branch June 19, 2026 07:24
@renovate renovate Bot changed the title chore(deps): update anthropics/claude-code-action digest to 51705da - autoclosed chore(deps): update anthropics/claude-code-action digest to 2fee155 Jun 20, 2026
@renovate renovate Bot reopened this Jun 20, 2026
@renovate renovate Bot force-pushed the renovate/anthropics-claude-code-action-digest branch 2 times, most recently from 7911083 to 2074d32 Compare June 20, 2026 22:34
@renovate renovate Bot changed the title chore(deps): update anthropics/claude-code-action digest to 2fee155 chore(deps): update anthropics/claude-code-action digest to 2fee155 - autoclosed Jun 22, 2026
@renovate renovate Bot closed this Jun 22, 2026
@renovate renovate Bot changed the title chore(deps): update anthropics/claude-code-action digest to 2fee155 - autoclosed chore(deps): update anthropics/claude-code-action digest to 30544b6 Jun 22, 2026
@renovate renovate Bot reopened this Jun 22, 2026
@renovate renovate Bot force-pushed the renovate/anthropics-claude-code-action-digest branch 2 times, most recently from 2074d32 to dc84007 Compare June 22, 2026 23:10
@stranske

Copy link
Copy Markdown
Owner

Closing as superseded by sync workflow template PR #875, which includes the managed maint-76-claude-code-review.yml update from Workflows.

@stranske stranske closed this Jun 23, 2026
@renovate

renovate Bot commented Jun 23, 2026

Copy link
Copy Markdown
Contributor Author

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for the anthropics/claude-code-action 30544b6 update again.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

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