Skip to content

ci(deps): bump peter-evans/find-comment from 3.1.0 to 4.0.0#64

Merged
nanasess merged 3 commits into
mainfrom
dependabot/github_actions/peter-evans/find-comment-4.0.0
Jun 2, 2026
Merged

ci(deps): bump peter-evans/find-comment from 3.1.0 to 4.0.0#64
nanasess merged 3 commits into
mainfrom
dependabot/github_actions/peter-evans/find-comment-4.0.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Jun 2, 2026

Bumps peter-evans/find-comment from 3.1.0 to 4.0.0.

Release notes

Sourced from peter-evans/find-comment's releases.

Find Comment v4.0.0

⚙️ Requires Actions Runner v2.327.1 or later if you are using a self-hosted runner for Node 24 support.

What's Changed

... (truncated)

Commits
  • b30e6a3 feat: v4 (#389)
  • b4929e7 build(deps-dev): bump @​types/node from 18.19.124 to 18.19.127 (#388)
  • 1f47d94 build(deps-dev): bump @​vercel/ncc from 0.38.3 to 0.38.4 (#387)
  • a723a15 build(deps): bump actions/setup-node from 4 to 5 (#386)
  • 8bacb1b build(deps-dev): bump @​types/node from 18.19.123 to 18.19.124 (#385)
  • 048de65 build(deps): bump actions/checkout from 4 to 5 (#384)
  • c02750f build(deps-dev): bump @​types/node from 18.19.122 to 18.19.123 (#383)
  • 092c582 build(deps): bump actions/download-artifact from 4 to 5 (#382)
  • c115bb0 build(deps-dev): bump eslint-plugin-prettier from 5.5.3 to 5.5.4 (#381)
  • 8d3be5d build(deps-dev): bump @​types/node from 18.19.121 to 18.19.122 (#380)
  • 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 [peter-evans/find-comment](https://github.com/peter-evans/find-comment) from 3.1.0 to 4.0.0.
- [Release notes](https://github.com/peter-evans/find-comment/releases)
- [Commits](peter-evans/find-comment@3eae4d3...b30e6a3)

---
updated-dependencies:
- dependency-name: peter-evans/find-comment
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Jun 2, 2026
@nanasess nanasess merged commit edb7967 into main Jun 2, 2026
56 checks passed
@dependabot dependabot Bot deleted the dependabot/github_actions/peter-evans/find-comment-4.0.0 branch June 2, 2026 23:34
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 2, 2026

🚀 Performance Benchmark Results

Benchmark executed on merge to main branch from PR #64

Configuration

  • Iterations per test: 10,000
  • PHP Version: 8.2
  • Extension: bcmath (native) vs polyfill

Results

📊 Detailed Benchmark Results (click to expand)

BCMath Performance Benchmark Results

Operation Context Native Time Polyfill Time Ratio
bcadd Small numbers (10 digits) 2.083ms 78.009ms 37.45x
bcsub Small numbers (10 digits) 2.140ms 76.982ms 35.97x
bcmul Small numbers (10 digits) 3.361ms 110.725ms 32.94x
bcdiv Small numbers (10 digits) 2.375ms 111.152ms 46.80x
bcadd Decimals (scale=10) 2.191ms 81.689ms 37.29x
bcsub Decimals (scale=10) 2.294ms 80.688ms 35.18x
bcmul Decimals (scale=10) 4.303ms 114.790ms 26.68x
bcdiv Decimals (scale=10) 7.060ms 116.391ms 16.49x
bcadd Medium numbers (50 digits) 3.454ms 99.015ms 28.67x
bcsub Medium numbers (50 digits) 3.611ms 99.512ms 27.56x
bcmul Medium numbers (50 digits) 20.505ms 133.810ms 6.53x
bcdiv Medium numbers (50 digits) 3.511ms 131.064ms 37.33x
bcpow Power (small exponent) 3.398ms 304.942ms 89.74x
bcpow Power (large base) 5.580ms 262.515ms 47.05x
bcsqrt Square root 53.975ms 43.389ms 0.80x
bcmod Modulo 4.925ms 105.167ms 21.35x
bcadd 100 digits 5.022ms 109.462ms 21.80x
bcmul 100 digits (first 50 digits) 27.762ms 129.570ms 4.67x
bcadd 500 digits 19.971ms 191.629ms 9.60x
bcmul 500 digits (first 50 digits) 27.708ms 139.483ms 5.03x
bcadd 1000 digits 39.716ms 321.516ms 8.10x
bcdiv Scale 20 7.920ms 115.668ms 14.60x
bcsqrt Scale 20 68.851ms 55.409ms 0.80x
bcdiv Scale 50 18.813ms 119.532ms 6.35x
bcsqrt Scale 50 234.440ms 104.292ms 0.44x
bcdiv Scale 100 36.702ms 124.990ms 3.41x
bcsqrt Scale 100 1253.003ms 190.177ms 0.15x

Summary

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


🤖 Generated automatically by GitHub Actions

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