Skip to content

ci(deps): bump the actions-minor-patch group with 2 updates#80

Merged
chapati23 merged 2 commits into
mainfrom
dependabot/github_actions/actions-minor-patch-d87e0d235c
Jul 17, 2026
Merged

ci(deps): bump the actions-minor-patch group with 2 updates#80
chapati23 merged 2 commits into
mainfrom
dependabot/github_actions/actions-minor-patch-d87e0d235c

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 17, 2026

Copy link
Copy Markdown
Contributor

Bumps the actions-minor-patch group with 2 updates: anthropics/claude-code-action and trunk-io/trunk-action.

Updates anthropics/claude-code-action from 1.0.166 to 1.0.170

Release notes

Sourced from anthropics/claude-code-action's releases.

v1.0.170

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

v1.0.169

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

v1.0.168

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

v1.0.167

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

Commits
  • 536f2c3 chore: bump Claude Code to 2.1.206 and Agent SDK to 0.3.206
  • 37b464c chore: bump Claude Code to 2.1.205 and Agent SDK to 0.3.205
  • ba0aafd chore: bump Claude Code to 2.1.204 and Agent SDK to 0.3.204
  • 0fe28cd chore: bump Claude Code to 2.1.203 and Agent SDK to 0.3.203
  • See full diff in compare view

Updates trunk-io/trunk-action from 1.2.4 to 1.3.1

Release notes

Sourced from trunk-io/trunk-action's releases.

v1.3.1

What's Changed

New Contributors

Full Changelog: trunk-io/trunk-action@v1...v1.3.1

v1.3.0

What's Changed

New Contributors

Full Changelog: trunk-io/trunk-action@v1...v1.3.0

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Note

Low Risk
Changes are limited to CI action version pins and dev/test dependency resolution; no on-chain or application runtime code is modified.

Overview
Bumps SHA-pinned third-party GitHub Actions used in CI: anthropics/claude-code-action v1.0.166 → v1.0.170 in both Claude workflow jobs (claude.yml), and trunk-io/trunk-action to v1.3.1 in the Trunk Check job (test.yml). Existing workflow inputs (tokens, --allowedTools for inline comments, sticky comments) are unchanged.

The same PR also refreshes the Node toolchain in package.json / pnpm-lock.yaml: raises tsx to ^4.23.1, adds a pnpm.overrides entry forcing vite ^8.0.16, and pulls in resolved updates for vitest (4.1.10), vite (8.1.5), esbuild (0.28.1), @celo/contracts (13.0.1), and related transitive packages.

Reviewed by Cursor Bugbot for commit 153d9f0. Bugbot is set up for automated code reviews on this repo. Configure here.

Bumps the actions-minor-patch group with 2 updates: [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) and [trunk-io/trunk-action](https://github.com/trunk-io/trunk-action).


Updates `anthropics/claude-code-action` from 1.0.166 to 1.0.170
- [Release notes](https://github.com/anthropics/claude-code-action/releases)
- [Commits](anthropics/claude-code-action@f87768c...536f2c3)

Updates `trunk-io/trunk-action` from 1.2.4 to 1.3.1
- [Release notes](https://github.com/trunk-io/trunk-action/releases)
- [Commits](trunk-io/trunk-action@75699af...04ba50e)

---
updated-dependencies:
- dependency-name: anthropics/claude-code-action
  dependency-version: 1.0.170
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions-minor-patch
- dependency-name: trunk-io/trunk-action
  dependency-version: 1.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jul 17, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

osv-scanner (Trunk Check) flagged 3 security advisories in pnpm-lock.yaml
unrelated to this PR's Actions bump, blocking CI:
- GHSA-fx2h-pf6j-xcff  vite server.fs.deny bypass (fixed 8.0.16)
- GHSA-v6wh-96g9-6wx3  launch-editor NTLMv2 disclosure (fixed via vite 8.0.16)
- GHSA-g7r4-m6w7-qqqr  esbuild dev-server file read (fixed 0.28.1)

Bump tsx ^4.19.3 -> ^4.23.1 (pulls esbuild 0.28.1) and add a pnpm
override for vite ^8.0.16 (transitive optional peer of vitest).
All dev-only tooling; vitest suite still passes (24/24).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_011BwHK261tf86HKN3QL55ep
@chapati23
chapati23 merged commit 0057b5b into main Jul 17, 2026
7 checks passed
@chapati23
chapati23 deleted the dependabot/github_actions/actions-minor-patch-d87e0d235c branch July 17, 2026 17:27
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.

1 participant