Skip to content

fix(deps): update anthropics/claude-code-action action to v1.0.71#38

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/anthropics-claude-code-action-1.x
Open

fix(deps): update anthropics/claude-code-action action to v1.0.71#38
renovate[bot] wants to merge 1 commit intomainfrom
renovate/anthropics-claude-code-action-1.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 25, 2026

This PR contains the following updates:

Package Type Update Change Pending
anthropics/claude-code-action action patch v1.0.33v1.0.71 v1.0.72

Release Notes

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

v1.0.71

Compare Source

What's Changed

New Contributors

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

v1.0.70

Compare Source

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

v1.0.69

Compare Source

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

v1.0.68

Compare Source

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

v1.0.67

Compare Source

What's Changed

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

v1.0.66

Compare Source

What's Changed

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

v1.0.65

Compare Source

What's Changed

  • Change the default display_report option to false to restrict exposed data by @​ddworken in #​992

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

v1.0.64

Compare Source

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

v1.0.63

Compare Source

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

v1.0.62

Compare Source

What's Changed

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

v1.0.61

Compare Source

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

v1.0.60

Compare Source

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

v1.0.59

Compare Source

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

v1.0.58

Compare Source

What's Changed

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

v1.0.57

Compare Source

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

v1.0.56

Compare Source

What's Changed

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

v1.0.55

Compare Source

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

v1.0.54

Compare Source

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

v1.0.53

Compare Source

What's Changed

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

v1.0.52

Compare Source

What's Changed

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

v1.0.51

Compare Source

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

v1.0.50

Compare Source

What's Changed

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

v1.0.49

Compare Source

What's Changed

New Contributors

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

v1.0.48

Compare Source

What's Changed

New Contributors

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

v1.0.47

Compare Source

What's Changed
New Contributors

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

v1.0.46

Compare Source

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

v1.0.45

Compare Source

What's Changed

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

v1.0.44

Compare Source

What's Changed

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

v1.0.43

Compare Source

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

v1.0.42

Compare Source

What's Changed
New Contributors

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

v1.0.41

Compare Source

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

v1.0.40

Compare Source

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

v1.0.39

Compare Source

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

v1.0.38

Compare Source

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

v1.0.37

Compare Source

What's Changed

New Contributors

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

v1.0.36

Compare Source

What's Changed

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

v1.0.35

Compare Source

What's Changed

New Contributors

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

v1.0.34

Compare Source

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


Configuration

📅 Schedule: 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.

@github-actions
Copy link
Contributor

github-actions bot commented Jan 25, 2026

Renovate PR Review Results

⚖️ Safety Assessment: ✅ Safe

🔍 Release Content Analysis

This update upgrades anthropics/claude-code-action from v1.0.33 to v1.0.71, spanning 38 patch releases over approximately 2 months. The update includes:

Major Improvements:

  • Architecture Refactor (v1.0.44): Unified action into single composite step with run.ts entrypoint for improved maintainability
  • Security Enhancements:
    • v1.0.45: TOCTOU (Time-of-Check-Time-of-Use) hardening using original webhook payload
    • v1.0.65: Changed default display_report to false to restrict data exposure
    • v1.0.66: Limited permission denial output to count only (prevents information leakage)
    • v1.0.67: Improved gh.sh wrapper with stricter validation and better error messages

New Features:

  • v1.0.53: Added display_report option to control step summary visibility
  • v1.0.62: Added gh.sh wrapper for gh CLI commands in issue triage workflows
  • v1.0.71: Added inline comment confirmed parameter and probe-pattern safety net

Bug Fixes:

  • v1.0.52: Reverted to colon-based wildcard syntax for git permissions
  • v1.0.50: Reverted PR checkout fork support to fix issues
  • v1.0.49: Fixed CI MCP server installation when actions:read permission is missing
  • v1.0.47: Fixed dev dependencies in CI install step

Documentation:

  • v1.0.71: Added warning that allowed_bots can expose action to external triggers

No Breaking Changes: All releases are patch versions maintaining backward compatibility

🎯 Impact Scope Investigation

Current Usage in Codebase:

  • This repository uses anthropics/claude-code-action/base-action in action.yml:109
  • The action is invoked with standard inputs: anthropic_api_key, claude_code_oauth_token, claude_args, settings, and prompt
  • No usage of display_report option found (will use new default of false)
  • No usage of allowed_bots configuration
  • The repository doesn't use any deprecated features

Configuration Analysis:

  • Current configuration uses claude-code-settings input (added in recent version, supported in target version)
  • Uses standard allowed-tools configuration passed via claude_args
  • GitHub token properly configured
  • No custom permission configurations that would be affected

Impact Assessment:

  • ✅ No API changes affecting current usage
  • ✅ No input/output interface changes
  • ✅ No configuration file modifications required
  • ✅ All security improvements are transparent to this implementation
  • ✅ The display_report default change to false won't affect this action (it doesn't rely on step summary, uses outputs instead)

💡 Recommended Actions

Immediate Actions:

  1. Merge this PR - The update is safe and includes important security improvements
  2. No code changes required - Current implementation is fully compatible

Post-Merge Validation:

  1. Monitor the workflow run to confirm successful execution
  2. Verify that PR comments are still being created correctly
  3. Ensure safety-assessment output continues working as expected

Optional Considerations:

  • This update brings significant security hardening (TOCTOU protection, permission denial sanitization)
  • The architectural refactoring in v1.0.44 provides better maintainability
  • No action required regarding allowed_bots warning (this action doesn't use that feature)

🔗 Reference Links

Generated by koki-develop/claude-renovate-review

@renovate renovate bot force-pushed the renovate/anthropics-claude-code-action-1.x branch from c19b46b to 5920814 Compare January 29, 2026 01:57
@renovate renovate bot changed the title fix(deps): update anthropics/claude-code-action action to v1.0.34 fix(deps): update anthropics/claude-code-action action to v1.0.35 Jan 29, 2026
@renovate renovate bot force-pushed the renovate/anthropics-claude-code-action-1.x branch from 5920814 to abdb689 Compare January 29, 2026 06:08
@renovate renovate bot changed the title fix(deps): update anthropics/claude-code-action action to v1.0.35 fix(deps): update anthropics/claude-code-action action to v1.0.36 Jan 29, 2026
@renovate renovate bot force-pushed the renovate/anthropics-claude-code-action-1.x branch from abdb689 to 363e62a Compare January 30, 2026 08:49
@renovate renovate bot changed the title fix(deps): update anthropics/claude-code-action action to v1.0.36 fix(deps): update anthropics/claude-code-action action to v1.0.37 Jan 30, 2026
@renovate renovate bot changed the title fix(deps): update anthropics/claude-code-action action to v1.0.37 fix(deps): update anthropics/claude-code-action action to v1.0.38 Jan 31, 2026
@renovate renovate bot force-pushed the renovate/anthropics-claude-code-action-1.x branch from 363e62a to e2ac981 Compare January 31, 2026 04:38
@renovate renovate bot force-pushed the renovate/anthropics-claude-code-action-1.x branch from e2ac981 to d838fa5 Compare January 31, 2026 21:13
@renovate renovate bot changed the title fix(deps): update anthropics/claude-code-action action to v1.0.38 fix(deps): update anthropics/claude-code-action action to v1.0.39 Jan 31, 2026
@renovate renovate bot force-pushed the renovate/anthropics-claude-code-action-1.x branch from d838fa5 to 2dc923e Compare February 2, 2026 00:32
@renovate renovate bot changed the title fix(deps): update anthropics/claude-code-action action to v1.0.39 fix(deps): update anthropics/claude-code-action action to v1.0.40 Feb 2, 2026
@renovate renovate bot force-pushed the renovate/anthropics-claude-code-action-1.x branch from 2dc923e to e069455 Compare February 3, 2026 00:58
@renovate renovate bot changed the title fix(deps): update anthropics/claude-code-action action to v1.0.40 fix(deps): update anthropics/claude-code-action action to v1.0.41 Feb 3, 2026
@renovate renovate bot force-pushed the renovate/anthropics-claude-code-action-1.x branch from 4a64113 to 39ee94f Compare February 27, 2026 00:45
@renovate renovate bot changed the title fix(deps): update anthropics/claude-code-action action to v1.0.58 fix(deps): update anthropics/claude-code-action action to v1.0.59 Feb 27, 2026
@renovate renovate bot force-pushed the renovate/anthropics-claude-code-action-1.x branch from 39ee94f to 83e83d0 Compare February 27, 2026 05:35
@renovate renovate bot changed the title fix(deps): update anthropics/claude-code-action action to v1.0.59 fix(deps): update anthropics/claude-code-action action to v1.0.60 Feb 27, 2026
@renovate renovate bot force-pushed the renovate/anthropics-claude-code-action-1.x branch from 83e83d0 to 43f030f Compare February 27, 2026 09:52
@renovate renovate bot changed the title fix(deps): update anthropics/claude-code-action action to v1.0.60 fix(deps): update anthropics/claude-code-action action to v1.0.61 Feb 27, 2026
@renovate renovate bot force-pushed the renovate/anthropics-claude-code-action-1.x branch from 43f030f to b36344b Compare February 27, 2026 20:59
@renovate renovate bot force-pushed the renovate/anthropics-claude-code-action-1.x branch from b36344b to bf6aa90 Compare February 28, 2026 06:01
@renovate renovate bot changed the title fix(deps): update anthropics/claude-code-action action to v1.0.61 fix(deps): update anthropics/claude-code-action action to v1.0.62 Feb 28, 2026
@renovate renovate bot changed the title fix(deps): update anthropics/claude-code-action action to v1.0.62 fix(deps): update anthropics/claude-code-action action to v1.0.63 Mar 1, 2026
@renovate renovate bot force-pushed the renovate/anthropics-claude-code-action-1.x branch from bf6aa90 to 99fdc5a Compare March 1, 2026 01:32
@renovate renovate bot changed the title fix(deps): update anthropics/claude-code-action action to v1.0.63 fix(deps): update anthropics/claude-code-action action to v1.0.64 Mar 2, 2026
@renovate renovate bot force-pushed the renovate/anthropics-claude-code-action-1.x branch from 99fdc5a to 92ac706 Compare March 2, 2026 10:13
@renovate renovate bot changed the title fix(deps): update anthropics/claude-code-action action to v1.0.64 fix(deps): update anthropics/claude-code-action action to v1.0.70 Mar 8, 2026
@renovate renovate bot force-pushed the renovate/anthropics-claude-code-action-1.x branch from 92ac706 to d7bb3eb Compare March 8, 2026 11:14
@renovate renovate bot changed the title fix(deps): update anthropics/claude-code-action action to v1.0.70 fix(deps): update anthropics/claude-code-action action to v1.0.71 Mar 15, 2026
@renovate renovate bot force-pushed the renovate/anthropics-claude-code-action-1.x branch from d7bb3eb to 999d724 Compare March 15, 2026 01:48
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