Skip to content

chore(deps): update anthropics/claude-code-action action to v1.0.88#321

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

chore(deps): update anthropics/claude-code-action action to v1.0.88#321
seqeralabs-renovate[bot] wants to merge 1 commit intomasterfrom
renovate-autodiscover/anthropics-claude-code-action-1.x

Conversation

@seqeralabs-renovate
Copy link
Copy Markdown

@seqeralabs-renovate seqeralabs-renovate bot commented Apr 2, 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 v1v1.0.88 v1.0.92 (+3)

Release Notes

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

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: anthropics/claude-code-action@v1...v1.0.17

v1.0.16

Compare Source

What's Changed

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

v1.0.15

Compare Source

What's Changed

New Contributors

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

v1.0.14

Compare Source

What's Changed

New Contributors

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

v1.0.13

Compare Source

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

v1.0.12

Compare Source

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

v1.0.11

Compare Source

What's Changed

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

v1.0.10

Compare Source

What's Changed

New Contributors

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

v1.0.9

Compare Source

What's Changed

New Contributors

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

v1.0.8

Compare Source

What's Changed

New Contributors

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

v1.0.7

Compare Source

What's Changed

New Contributors

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

v1.0.6

Compare Source

What's Changed

New Contributors

  • [@&

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 6am on Monday"
  • 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 has been generated by Renovate Bot.

@seqeralabs-renovate
Copy link
Copy Markdown
Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@seqeralabs-renovate seqeralabs-renovate bot force-pushed the renovate-autodiscover/anthropics-claude-code-action-1.x branch from 10822cf to a7be766 Compare April 7, 2026 15:49
@seqeralabs-renovate seqeralabs-renovate bot changed the title chore: Update anthropics/claude-code-action action to v1.0.81 chore(deps): update anthropics/claude-code-action action to v1.0.85 Apr 7, 2026
@seqeralabs-renovate seqeralabs-renovate bot force-pushed the renovate-autodiscover/anthropics-claude-code-action-1.x branch from a7be766 to ccab0e2 Compare April 8, 2026 04:58
@seqeralabs-renovate seqeralabs-renovate bot changed the title chore(deps): update anthropics/claude-code-action action to v1.0.85 chore(deps): update anthropics/claude-code-action action to v1.0.87 Apr 8, 2026
@seqeralabs-renovate seqeralabs-renovate bot force-pushed the renovate-autodiscover/anthropics-claude-code-action-1.x branch from ccab0e2 to f16ff06 Compare April 9, 2026 05:50
@seqeralabs-renovate seqeralabs-renovate bot changed the title chore(deps): update anthropics/claude-code-action action to v1.0.87 chore(deps): update anthropics/claude-code-action action to v1.0.88 Apr 9, 2026
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