Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 19, 2026

This PR contains the following updates:

Package Type Update Change Pending
anthropics/claude-code-action action patch v1.0.29v1.0.30 v1.0.33 (+2)

Release Notes

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

v1.0.30

Compare Source

What's Changed

New Contributors

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


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 19, 2026

Renovate PR Review Results

⚖️ Safety Assessment: ✅ Safe

🔍 Release Content Analysis

  • Bug Fixes:
    • Fixed parsing of ALL --allowed-tools flags instead of only the first one (PR #801) - This was a functional bug that could have limited tool permissions
    • Added checkHumanActor to agent mode (PR #826) - Security improvement to validate human actors
  • Documentation Updates:
    • Clarified that Claude does not auto-create PRs by default (PR #824) - Non-breaking documentation improvement
  • Internal Changes:
    • Commented out release-base-action job in release workflow (PR #833) - Internal workflow change, no user-facing impact
  • No Breaking Changes: All changes are bug fixes and internal improvements
  • No Security Vulnerabilities: The checkHumanActor addition actually improves security

🎯 Impact Scope Investigation

  • Usage Location: anthropics/claude-code-action/base-action is referenced in action.yml:105
  • Change Type: SHA hash update from 1b8ee3b94104046d71fde52ec3557651ad8c0d71 (v1.0.29) to a017b830c03e23789b11fb69ed571ea61c12e45c (v1.0.30)
  • API Compatibility: No API changes - all modifications are internal bug fixes
  • Configuration Impact: None - the action maintains the same inputs and outputs
  • Dependency Impact: No changes to transitive dependencies
  • Behavioral Impact:
    • The --allowed-tools fix will now correctly parse multiple tool permissions (this is a positive improvement)
    • The checkHumanActor addition ensures better validation in agent mode

💡 Recommended Actions

  • Immediate Merge: This update can be merged immediately without any code modifications
  • No Migration Required: All changes are backward compatible
  • Testing Consideration: The fixes will improve functionality, particularly if multiple --allowed-tools flags are used in this repository's workflows
  • Benefit: This update fixes a bug that could have prevented proper tool permission configuration

🔗 Reference Links

Generated by koki-develop/claude-renovate-review

@sachinmahale
Copy link

@AlexanderBartash, after this v1.0.30, our workflow is now failing.

Here is the workflow:

      - name: 🤖 Run Claude Code Review (via Bedrock)
        uses: anthropics/claude-code-action@v1
        with:
          # Use the default token for GitHub interaction (comments, file reading)
          github_token: ${{ secrets.GITHUB_TOKEN }}

          # Flag to enable AWS Bedrock integration
          use_bedrock: true

          # Enable progress tracking for visual feedback on the PR
          track_progress: true

          # The comprehensive instruction prompt for Claude
          prompt: |
            REPO: ${{ github.repository }}
            PR NUMBER: ${{ github.event.pull_request.number }}

            Perform a comprehensive code review with the following focus areas:

            1. **Code Quality**
               - Clean code principles and best practices
               - Proper error handling and edge cases
               - Code readability and maintainability

          claude_args: |
            # Defines the tools Claude is allowed to use for the review
            --allowedTools "mcp__github_inline_comment__create_inline_comment,Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*),Bash(cat:AGENTS.md),Bash(cat:@AGENTS_my_custom_rules.md)"
            # Set max-turns higher for large/complex PRs to avoid premature termination
            --max-turns 75

we are getting below error:

SDK execution error: 7835 |       throw error;
7836 |     }
7837 |   }
7838 |   getProcessExitError(code, signal) {
7839 |     if (code !== 0 && code !== null) {
7840 |       return new Error(`Claude Code process exited with code ${code}`);
                    ^
error: Claude Code process exited with code 1
      at getProcessExitError (/home/runner/work/_actions/anthropics/claude-code-action/v1/base-action/node_modules/@anthropic-ai/claude-agent-sdk/sdk.mjs:7840:14)
      at exitHandler (/home/runner/work/_actions/anthropics/claude-code-action/v1/base-action/node_modules/@anthropic-ai/claude-agent-sdk/sdk.mjs:7970:28)
      at emit (node:events:92:22)
      at #handleOnExit (node:child_process:511:14)

@AlexanderBartash
Copy link

@sachinmahale Comments are not allowed in the claude_args: | I have a separate fix for that anthropics/claude-code-action#803 I think it never worked with comments, even before my changes because I also tried adding them and it failed, that is why the fix.

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.

3 participants