Skip to content

ci(deps): bump anthropics/claude-code-action from 1.0.175 to 1.0.183 - #87

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/github_actions/anthropics/claude-code-action-1.0.183
Open

ci(deps): bump anthropics/claude-code-action from 1.0.175 to 1.0.183#87
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/github_actions/anthropics/claude-code-action-1.0.183

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps anthropics/claude-code-action from 1.0.175 to 1.0.183.

Release notes

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

v1.0.183

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

v1.0.182

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

v1.0.181

What's Changed

New Contributors

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

v1.0.180

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

v1.0.179

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

v1.0.178

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

v1.0.177

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

v1.0.176

What's Changed

New Contributors

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

Commits
  • be7b93b chore: bump Claude Code to 2.1.220 and Agent SDK to 0.3.220
  • e0cf66d chore: bump Claude Code to 2.1.219 and Agent SDK to 0.3.219
  • 44423bd chore: bump Claude Code to 2.1.218 and Agent SDK to 0.3.218
  • b00a341 fix: share one exchanged WIF credential across spawned Claude processes (#1407)
  • fa7e2f0 chore: bump Claude Code to 2.1.217 and Agent SDK to 0.3.217
  • b76a077 chore: bump Claude Code to 2.1.216 and Agent SDK to 0.3.216
  • af0559e chore: bump Claude Code to 2.1.215 and Agent SDK to 0.3.215
  • 3553f84 chore: bump Claude Code to 2.1.214 and Agent SDK to 0.3.214
  • 700e7f8 chore: bump Claude Code to 2.1.212 and Agent SDK to 0.3.212
  • 3e807ec fix: handle null comment/review author from deleted accounts (#1490)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) from 1.0.175 to 1.0.183.
- [Release notes](https://github.com/anthropics/claude-code-action/releases)
- [Commits](anthropics/claude-code-action@1298632...be7b93b)

---
updated-dependencies:
- dependency-name: anthropics/claude-code-action
  dependency-version: 1.0.183
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 30, 2026
@github-actions

Copy link
Copy Markdown

🚀 Performance Benchmark Results

Configuration

  • PHP Version: 8.2
  • Iterations: 1,000 (quick mode for PR)
  • Commit: 6bab3a2e506e9a9ca4d045140f022f0b2fce2224

Performance Summary

Polyfill is 1.9x compared to native BCMath

📊 View Detailed Results

BCMath Performance Benchmark Results

Operation Context Native Time Polyfill Time Ratio
bcadd Small numbers (10 digits) 0.340ms 7.760ms 22.82x
bcsub Small numbers (10 digits) 0.360ms 7.712ms 21.42x
bcmul Small numbers (10 digits) 0.552ms 10.663ms 19.32x
bcdiv Small numbers (10 digits) 0.381ms 10.919ms 28.66x
bcadd Decimals (scale=10) 0.354ms 8.006ms 22.61x
bcsub Decimals (scale=10) 0.323ms 7.898ms 24.45x
bcmul Decimals (scale=10) 0.484ms 11.004ms 22.74x
bcdiv Decimals (scale=10) 0.760ms 11.202ms 14.74x
bcadd Medium numbers (50 digits) 0.451ms 9.602ms 21.29x
bcsub Medium numbers (50 digits) 0.455ms 9.669ms 21.25x
bcmul Medium numbers (50 digits) 2.018ms 12.941ms 6.41x
bcdiv Medium numbers (50 digits) 0.438ms 12.942ms 29.53x
bcpow Power (small exponent) 0.475ms 30.155ms 63.46x
bcpow Power (large base) 0.657ms 26.041ms 39.63x
bcsqrt Square root 5.380ms 4.409ms 0.82x
bcmod Modulo 0.590ms 10.658ms 18.06x
bcadd 100 digits 0.618ms 10.786ms 17.45x
bcmul 100 digits (first 50 digits) 2.787ms 12.982ms 4.66x
bcadd 500 digits 1.895ms 19.039ms 10.05x
bcmul 500 digits (first 50 digits) 2.761ms 12.639ms 4.58x
bcadd 1000 digits 3.751ms 31.996ms 8.53x
bcdiv Scale 20 0.890ms 11.433ms 12.85x
bcsqrt Scale 20 6.926ms 5.568ms 0.80x
bcdiv Scale 50 1.906ms 11.761ms 6.17x
bcsqrt Scale 50 23.466ms 10.508ms 0.45x
bcdiv Scale 100 3.691ms 12.285ms 3.33x
bcsqrt Scale 100 125.098ms 18.976ms 0.15x

Note: Showing partial results. Run with /benchmark comment for full results.

Quick Summary

Summary
========================================
Average performance ratio: 1.90x
Polyfill is on average 1.9x slower than native


🤖 Automatically triggered by PR update
💡 Comment with /benchmark to re-run this test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant