Skip to content

ci(github-action): update action anthropics/claude-code-action ( c9d66af ➔ 661a6fe )#1634

Merged
robot-rosey[bot] merged 1 commit into
mainfrom
renovate/anthropics-claude-code-action-digest
May 22, 2026
Merged

ci(github-action): update action anthropics/claude-code-action ( c9d66af ➔ 661a6fe )#1634
robot-rosey[bot] merged 1 commit into
mainfrom
renovate/anthropics-claude-code-action-digest

Conversation

@robot-rosey

@robot-rosey robot-rosey Bot commented May 22, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

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

Configuration

📅 Schedule: (in timezone America/Chicago)

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

🚦 Automerge: Enabled.

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 has been generated by Mend Renovate.

@robot-rosey

robot-rosey Bot commented May 22, 2026

Copy link
Copy Markdown
Contributor Author

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.

@clanker-claude clanker-claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

anthropics/claude-code-action: c9d66af → 661a6fe (both v1)

Verdict: Safe to merge

Breaking changes: None.

Deprecations: None.

New features worth adopting:

  • Workload Identity Federation (OIDC) — the action can now authenticate to the Claude API by exchanging the workflow's GitHub Actions OIDC token for a short-lived access token, eliminating the need for a static ANTHROPIC_API_KEY secret. This is purely opt-in; existing workflows using an API key are unaffected and take precedence. The new inputs are anthropic_federation_rule_id, anthropic_organization_id, anthropic_service_account_id, anthropic_workspace_id, and anthropic_oidc_audience. This repo already holds id-token: write permission, so adoption would require no workflow permission changes.

Sources consulted:

@robot-rosey robot-rosey Bot force-pushed the renovate/anthropics-claude-code-action-digest branch from e129330 to 0e3e077 Compare May 22, 2026 01:02
@robot-rosey robot-rosey Bot merged commit 553d1cc into main May 22, 2026
1 check was pending
@robot-rosey robot-rosey Bot deleted the renovate/anthropics-claude-code-action-digest branch May 22, 2026 01:02

@clanker-claude clanker-claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

anthropics/claude-code-action: c9d66af → 661a6fe

Verdict: Safe to merge

Analysis: This digest update corresponds to two commits in the action repository:

  • Previous (c9d66af): bumps Claude Code to 2.1.147 and Agent SDK to 0.3.147
  • Current (661a6fe): adds Workload Identity Federation (OIDC) authentication support — introduces optional inputs for federated OIDC tokens (anthropic_federation_rule_id, anthropic_organization_id, anthropic_service_account_id, anthropic_workspace_id, anthropic_oidc_audience) with audience defaulting to https://api.anthropic.com

All changes are additive. The new authentication mechanism is purely optional and does not alter the existing static API key flow that this workflow currently uses. No breaking changes or deprecations apply to current usage.

Impact on this repo: None. The workflow file (.github/workflows/renovate-review.yaml) uses ANTHROPIC_BASE_URL pointing to an internal endpoint; existing authentication and invocation patterns remain fully functional.

New features worth adopting: Workload Identity Federation — enables OIDC-based short-lived tokens instead of static API keys, improving security posture. Adoption is optional and can be pursued separately.

Sources consulted:

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