Skip to content

Update anthropics/claude-code-action action to v1.0.106#4049

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

Update anthropics/claude-code-action action to v1.0.106#4049
renovate[bot] wants to merge 1 commit intomainfrom
renovate/anthropics-claude-code-action-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Feb 1, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change Pending
anthropics/claude-code-action action patch v1.0.12v1.0.106 v1.0.118 (+11)

Release Notes

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

v1.0.106

Compare Source

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

v1.0.105

Compare Source

What's Changed
  • fix: allow + in branch names (generated by Claude Code EnterWorktree) by @​awakia in #​1248
New Contributors

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

v1.0.104

Compare Source

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

v1.0.103

Compare Source

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

v1.0.102

Compare Source

What's Changed

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

v1.0.101

Compare Source

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

v1.0.100

Compare Source

What's Changed

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

v1.0.99

Compare Source

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

v1.0.98

Compare Source

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

v1.0.97

Compare Source

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

v1.0.96

Compare Source

What's Changed
New Contributors

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

v1.0.95

Compare Source

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

v1.0.94

Compare Source

What's Changed

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

v1.0.93

Compare Source

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

v1.0.92

Compare Source

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

v1.0.91

Compare Source

What's Changed

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

v1.0.90

Compare Source

What's Changed

  • fix: forward MCP_TIMEOUT, MCP_TOOL_TIMEOUT, MAX_MCP_OUTPUT_TOKENS to action step by @​qozle in #​1162
  • security: reject PATH_TO_CLAUDE_CODE_EXECUTABLE with control characters by @​qozle in #​1185

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

v1.0.89

Compare Source

What's Changed

New Contributors

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

v1.0.88

Compare Source

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

v1.0.87

Compare Source

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

v1.0.86

Compare Source

What's Changed

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

v1.0.85

Compare Source

What's Changed

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

v1.0.84

Compare Source

What's Changed

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

v1.0.83

Compare Source

What's Changed

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

v1.0.82

Compare Source

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

v1.0.81

Compare Source

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

v1.0.80

Compare Source

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

v1.0.79

Compare Source

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

v1.0.78

Compare Source

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

v1.0.77

Compare Source

Subprocess environment scrubbing for untrusted-input workflows

Workflows that configure allowed_non_write_users now automatically get CLAUDE_CODE_SUBPROCESS_ENV_SCRUB=1, which makes Claude Code (v2.1.79+) strip Anthropic and cloud provider credentials from the environment of subprocesses it spawns (Bash tool, hooks, MCP stdio servers). The parent Claude process keeps these vars for its own API calls — only child subprocess environments are scrubbed.

Why: Workflows that process untrusted input (issue triage, PR review from non-write users) are exposed to prompt injection. A malicious issue body could trick Claude into running a Bash command that reads $ANTHROPIC_API_KEY via shell expansion and leaks it through an observable side channel. Scrubbing the subprocess environment removes the read primitive entirely.

What's scrubbed: Anthropic auth tokens, cloud provider credentials, GitHub Actions OIDC and runtime tokens, OTEL auth headers.

What's kept: GITHUB_TOKEN / GH_TOKEN — so wrapper scripts can still call the GitHub API.

Opt out: Set CLAUDE_CODE_SUBPROCESS_ENV_SCRUB: "0" at the job or step level if your workflow legitimately needs a subprocess to inherit these credentials.

No action required for most users — if you've configured allowed_non_write_users, scrubbing is now on automatically. If your workflow breaks because a subprocess expected inherited credentials, re-inject them explicitly (e.g., via MCP server env: config) or use the opt-out.

What's Changed

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

v1.0.76

Compare Source

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

v1.0.75

Compare Source

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

v1.0.74

Compare Source

What's Changed

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

v1.0.73

Compare Source

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

v1.0.72

Compare Source

What's Changed

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

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

v1.0.33

Compare Source

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

v1.0.32

Compare Source

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

v1.0.31

Compare Source

What's Changed

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

v1.0.30

Compare Source

What's Changed

New Contributors

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

v1.0.29

Compare Source

What's Changed
New Contributors

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

v1.0.28

Compare Source

What's Changed
New Contributors

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

v1.0.27

Compare Source

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

v1.0.26

Compare Source

What's Changed

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

v1.0.25

Compare Source

What's Changed

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

v1.0.24

Compare Source

What's Changed
New Contributors

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

v1.0.23

Compare Source

What's Changed

New Contributors

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

v1.0.22

Compare Source

What's Changed

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

v1.0.21

Compare Source

What's Changed

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

v1.0.20

Compare Source

What's Changed

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

v1.0.19

Compare Source

What's Changed

New Contributors

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

v1.0.18

Compare Source

What's Changed
  • feat: add structured output support via --json-schema argument by @​bogini in #​687

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

v1.0.17

Compare Source

What's Changed

**Full Changelog

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, on day 1 of the month (* 0-3 1 * *)
  • 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 a team as a code owner February 1, 2026 00:47
@renovate renovate Bot requested review from NoritakaIkeda, junkisai and sasamuku and removed request for a team February 1, 2026 00:47
@vercel
Copy link
Copy Markdown

vercel Bot commented Feb 1, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
liam-app Ready Ready Preview, Comment May 9, 2026 2:00am
liam-assets Ready Ready Preview May 9, 2026 2:00am
liam-erd-sample Ready Ready Preview, Comment May 9, 2026 2:00am
liam-storybook Ready Ready Preview, Comment May 9, 2026 2:00am
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
liam-docs Ignored Ignored Preview May 9, 2026 2:00am

Request Review

@giselles-ai
Copy link
Copy Markdown

giselles-ai Bot commented Feb 1, 2026

Finished running flow.

Step 1
🟢
On Pull Request OpenedStatus: Success Updated: Feb 1, 2026 12:47am
Step 2
🟢
gpt-5Status: Success Updated: Feb 1, 2026 12:48am
Step 3
🟢
Create Pull Request CommentStatus: Success Updated: Feb 1, 2026 12:49am

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Feb 1, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Comment @coderabbitai help to get the list of available commands and usage tips.

@giselles-ai
Copy link
Copy Markdown

giselles-ai Bot commented Feb 1, 2026

Check changeset necessity

Status: NOT REQUIRED

Reason:

  • This PR only updates a GitHub Action version in workflow files (.github/workflows), not any publishable package code.
  • None of the target packages are affected: @liam-hq/cli, @liam-hq/erd-core, @liam-hq/schema, @liam-hq/ui.
  • No user-facing changes (no features, bug fixes, API/behavior updates, or performance changes) to published packages.
  • Per the guide, development tooling changes (CI/workflows) do not require a changeset.

Changeset (copy & paste):

<!-- No changeset required: workflow-only change updating GitHub Actions. -->

Copy link
Copy Markdown
Contributor

@devin-ai-integration devin-ai-integration Bot left a comment

Choose a reason for hiding this comment

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

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 1 additional flag.

Open in Devin Review

@renovate renovate Bot force-pushed the renovate/anthropics-claude-code-action-1.x branch from 7396028 to af80f04 Compare February 8, 2026 07:52
@renovate renovate Bot changed the title chore(deps): update anthropics/claude-code-action action to v1.0.30 chore(deps): update anthropics/claude-code-action action to v1.0.34 Feb 8, 2026
@renovate renovate Bot force-pushed the renovate/anthropics-claude-code-action-1.x branch from af80f04 to fe776e2 Compare February 15, 2026 11:17
@renovate renovate Bot changed the title chore(deps): update anthropics/claude-code-action action to v1.0.34 chore(deps): update anthropics/claude-code-action action to v1.0.41 Feb 15, 2026
@renovate renovate Bot force-pushed the renovate/anthropics-claude-code-action-1.x branch from fe776e2 to 44a248b Compare February 17, 2026 22:00
@renovate renovate Bot changed the title chore(deps): update anthropics/claude-code-action action to v1.0.41 chore(deps): update anthropics/claude-code-action action to v1.0.42 Feb 17, 2026
@renovate renovate Bot force-pushed the renovate/anthropics-claude-code-action-1.x branch from 9c1288a to 90c7566 Compare February 22, 2026 00:31
@renovate renovate Bot changed the title chore(deps): update anthropics/claude-code-action action to v1.0.45 chore(deps): update anthropics/claude-code-action action to v1.0.46 Feb 22, 2026
@renovate renovate Bot force-pushed the renovate/anthropics-claude-code-action-1.x branch from 90c7566 to 10f3a4f Compare March 1, 2026 19:15
@renovate renovate Bot changed the title chore(deps): update anthropics/claude-code-action action to v1.0.46 chore(deps): update anthropics/claude-code-action action to v1.0.51 Mar 1, 2026
@renovate renovate Bot changed the title chore(deps): update anthropics/claude-code-action action to v1.0.51 chore(deps): update anthropics/claude-code-action action to v1.0.64 Mar 14, 2026
@renovate renovate Bot force-pushed the renovate/anthropics-claude-code-action-1.x branch from 10f3a4f to 5ae8c15 Compare March 14, 2026 21:05
@renovate renovate Bot force-pushed the renovate/anthropics-claude-code-action-1.x branch from 5ae8c15 to 66e0595 Compare March 16, 2026 09:42
@renovate renovate Bot changed the title chore(deps): update anthropics/claude-code-action action to v1.0.64 chore(deps): update anthropics/claude-code-action action to v1.0.65 Mar 16, 2026
Copy link
Copy Markdown
Contributor

@devin-ai-integration devin-ai-integration Bot left a comment

Choose a reason for hiding this comment

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

Devin Review found 1 new potential issue.

View 2 additional findings in Devin Review.

Open in Devin Review

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

🚩 Pre-existing: Direct interpolation of user-controlled content in prompt field

At .github/workflows/claude-pr-creator.yml:58-63, ${{ github.event.issue.title }} and ${{ github.event.issue.body }} are directly interpolated into the prompt YAML string without toJSON() wrapping. In contrast, the env block at lines 48-50 correctly uses toJSON() for the same values. While this isn't a shell injection (it's a YAML string input to an action, not a run: block), malicious issue content with special YAML characters could potentially break the YAML parsing or cause unexpected prompt content. This is a pre-existing concern unrelated to this PR's changes, and v1.0.29 of the action itself added mitigations for title-based injection vectors.

(Refers to lines 57-67)

Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

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