Skip to content

chore(deps): Update anthropics/claude-code-action digest to ba0aafd#498

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

chore(deps): Update anthropics/claude-code-action digest to ba0aafd#498
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/anthropics-claude-code-action-digest

Conversation

@renovate

@renovate renovate Bot commented May 15, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
anthropics/claude-code-action (changelog) action digest 86eb26bba0aafd

Configuration

📅 Schedule: (in timezone UTC)

  • Branch creation
    • "after 9am and before 5pm every weekday,every weekend"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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 enabled auto-merge (squash) May 15, 2026 09:30
renovate-approve[bot]
renovate-approve Bot previously approved these changes May 15, 2026
renovate-approve-2[bot]
renovate-approve-2 Bot previously approved these changes May 15, 2026
@github-actions

github-actions Bot commented May 15, 2026

Copy link
Copy Markdown

🐰 Bencher Report

Branchrenovate/anthropics-claude-code-action-digest
Testbedubuntu-latest
Click to view all benchmark results
BenchmarkLatencyBenchmark Result
nanoseconds (ns)
(Result Δ%)
Upper Boundary
nanoseconds (ns)
(Limit %)
build_dependency_graph📈 view plot
🚷 view threshold
10,849.00 ns
(+31.28%)Baseline: 8,263.74 ns
11,428.63 ns
(94.93%)
bundle_simple_project📈 view plot
🚷 view threshold
1,221,700.00 ns
(-82.31%)Baseline: 6,905,543.91 ns
26,908,410.70 ns
(4.54%)
resolve_module_path📈 view plot
🚷 view threshold
110.58 ns
(-1.17%)Baseline: 111.89 ns
134.49 ns
(82.22%)
🐰 View full continuous benchmarking report in Bencher

@codecov

codecov Bot commented May 15, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

📢 Thoughts on this report? Let us know!

@renovate renovate Bot force-pushed the renovate/anthropics-claude-code-action-digest branch from e02ba0a to d1adddc Compare May 19, 2026 01:37
@renovate renovate Bot changed the title chore(deps): Update anthropics/claude-code-action digest to 51ea8ea chore(deps): Update anthropics/claude-code-action digest to 2449274 May 19, 2026
renovate-approve-2[bot]
renovate-approve-2 Bot previously approved these changes May 19, 2026
renovate-approve[bot]
renovate-approve Bot previously approved these changes May 19, 2026
@renovate renovate Bot force-pushed the renovate/anthropics-claude-code-action-digest branch from d1adddc to f0f91a7 Compare May 20, 2026 00:46
@renovate renovate Bot changed the title chore(deps): Update anthropics/claude-code-action digest to 2449274 chore(deps): Update anthropics/claude-code-action digest to 1dc994e May 20, 2026
renovate-approve-2[bot]
renovate-approve-2 Bot previously approved these changes May 20, 2026
renovate-approve[bot]
renovate-approve Bot previously approved these changes May 20, 2026
@renovate renovate Bot changed the title chore(deps): Update anthropics/claude-code-action digest to 1dc994e chore(deps): Update anthropics/claude-code-action digest to 20c8abf May 21, 2026
@renovate renovate Bot force-pushed the renovate/anthropics-claude-code-action-digest branch from f0f91a7 to 67266c4 Compare May 21, 2026 05:33
renovate-approve[bot]
renovate-approve Bot previously approved these changes May 21, 2026
renovate-approve-2[bot]
renovate-approve-2 Bot previously approved these changes May 21, 2026
@greptile-apps

greptile-apps Bot commented May 21, 2026

Copy link
Copy Markdown

Greptile Summary

Automated digest bump of the anthropics/claude-code-action action pin from 86eb26b to 80b3182, keeping the # v1 tag comment. No workflow configuration, permissions, or trigger logic was changed.

  • Updates the SHA-pinned reference for anthropics/claude-code-action to the latest upstream commit on the v1 branch.
  • All other workflow settings (permissions, triggers, anthropic_api_key secret, checkout step) remain identical.

Confidence Score: 5/5

Safe to merge — the only change is a digest hash update for the Claude Code action, with no modifications to workflow logic, permissions, or secrets handling.

This is a single-line digest bump generated by Renovate. The workflow structure, trigger conditions, permission grants, and secret references are all unchanged. The new commit hash points to the upstream v1 branch of the action, which is maintained by Anthropic.

No files require special attention.

Important Files Changed

Filename Overview
.github/workflows/claude.yml Digest-only bump of anthropics/claude-code-action from 86eb26b to 80b3182; no structural or configuration changes.

Sequence Diagram

%%{init: {'theme': 'neutral'}}%%
sequenceDiagram
    participant GH as GitHub Event
    participant WF as claude.yml Workflow
    participant Checkout as actions/checkout
    participant CCA as anthropics/claude-code-action@80b3182
    participant API as Anthropic API

    GH->>WF: "issue_comment / pr_review_comment / issues / pr_review (with @claude)"
    WF->>Checkout: Checkout repository (depth 1)
    Checkout-->>WF: source tree ready
    WF->>CCA: Run Claude Code (ANTHROPIC_API_KEY)
    CCA->>API: Claude API request
    API-->>CCA: response
    CCA-->>WF: action result
Loading
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
sequenceDiagram
    participant GH as GitHub Event
    participant WF as claude.yml Workflow
    participant Checkout as actions/checkout
    participant CCA as anthropics/claude-code-action@80b3182
    participant API as Anthropic API

    GH->>WF: "issue_comment / pr_review_comment / issues / pr_review (with @claude)"
    WF->>Checkout: Checkout repository (depth 1)
    Checkout-->>WF: source tree ready
    WF->>CCA: Run Claude Code (ANTHROPIC_API_KEY)
    CCA->>API: Claude API request
    API-->>CCA: response
    CCA-->>WF: action result
Loading

Reviews (1): Last reviewed commit: "chore(deps): Update anthropics/claude-co..." | Re-trigger Greptile

@renovate renovate Bot force-pushed the renovate/anthropics-claude-code-action-digest branch from 67266c4 to ece6749 Compare May 21, 2026 21:56
@renovate renovate Bot changed the title chore(deps): Update anthropics/claude-code-action digest to 20c8abf chore(deps): Update anthropics/claude-code-action digest to c9d66af May 21, 2026
@renovate renovate Bot force-pushed the renovate/anthropics-claude-code-action-digest branch from 177c58c to 9f52fc2 Compare June 26, 2026 23:31
renovate-approve[bot]
renovate-approve Bot previously approved these changes Jun 26, 2026
renovate-approve-2[bot]
renovate-approve-2 Bot previously approved these changes Jun 26, 2026
@renovate renovate Bot force-pushed the renovate/anthropics-claude-code-action-digest branch from 9f52fc2 to 37906fc Compare June 29, 2026 23:43
@renovate renovate Bot changed the title chore(deps): Update anthropics/claude-code-action digest to a92e7c7 chore(deps): Update anthropics/claude-code-action digest to 4633baf Jun 29, 2026
renovate-approve[bot]
renovate-approve Bot previously approved these changes Jun 29, 2026
renovate-approve-2[bot]
renovate-approve-2 Bot previously approved these changes Jun 29, 2026
@renovate renovate Bot force-pushed the renovate/anthropics-claude-code-action-digest branch from 37906fc to 550c1ba Compare June 30, 2026 23:02
renovate-approve[bot]
renovate-approve Bot previously approved these changes Jun 30, 2026
renovate-approve-2[bot]
renovate-approve-2 Bot previously approved these changes Jun 30, 2026
renovate-approve-2[bot]
renovate-approve-2 Bot previously approved these changes Jul 1, 2026
renovate-approve[bot]
renovate-approve Bot previously approved these changes Jul 1, 2026
renovate-approve[bot]
renovate-approve Bot previously approved these changes Jul 3, 2026
renovate-approve-2[bot]
renovate-approve-2 Bot previously approved these changes Jul 3, 2026
renovate-approve-2[bot]
renovate-approve-2 Bot previously approved these changes Jul 3, 2026
renovate-approve[bot]
renovate-approve Bot previously approved these changes Jul 3, 2026
renovate-approve[bot]
renovate-approve Bot previously approved these changes Jul 4, 2026
renovate-approve-2[bot]
renovate-approve-2 Bot previously approved these changes Jul 4, 2026
renovate-approve-2[bot]
renovate-approve-2 Bot previously approved these changes Jul 7, 2026
renovate-approve[bot]
renovate-approve Bot previously approved these changes Jul 7, 2026
renovate-approve-2[bot]
renovate-approve-2 Bot previously approved these changes Jul 7, 2026
renovate-approve[bot]
renovate-approve Bot previously approved these changes Jul 7, 2026
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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.

0 participants