Skip to content

ci(deps): bump actions/checkout from 4.3.1 to 6.0.3#67

Merged
nanasess merged 4 commits into
mainfrom
dependabot/github_actions/actions/checkout-6.0.3
Jun 2, 2026
Merged

ci(deps): bump actions/checkout from 4.3.1 to 6.0.3#67
nanasess merged 4 commits into
mainfrom
dependabot/github_actions/actions/checkout-6.0.3

Conversation

@dependabot
Copy link
Copy Markdown

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

Bumps actions/checkout from 4.3.1 to 6.0.3.

Release notes

Sourced from actions/checkout's releases.

v6.0.3

What's Changed

New Contributors

Full Changelog: actions/checkout@v6...v6.0.3

v6.0.2

What's Changed

Full Changelog: actions/checkout@v6.0.1...v6.0.2

v6.0.1

What's Changed

Full Changelog: actions/checkout@v6...v6.0.1

v6.0.0

What's Changed

Full Changelog: actions/checkout@v5.0.0...v6.0.0

v6-beta

What's Changed

Updated persist-credentials to store the credentials under $RUNNER_TEMP instead of directly in the local git config.

This requires a minimum Actions Runner version of v2.329.0 to access the persisted credentials for Docker container action scenarios.

v5.0.1

What's Changed

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

v6.0.3

v6.0.2

v6.0.1

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

v4.2.2

v4.2.1

v4.2.0

v4.1.7

... (truncated)

Commits
  • df4cb1c Update changelog for v6.0.3 (#2446)
  • 1cce339 Fix checkout init for SHA-256 repositories (#2439)
  • 900f221 fix: expand merge commit SHA regex and add SHA-256 test cases (#2414)
  • 0c366fd Update changelog (#2357)
  • de0fac2 Fix tag handling: preserve annotations and explicit fetch-tags (#2356)
  • 064fe7f Add orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is set (...
  • 8e8c483 Clarify v6 README (#2328)
  • 033fa0d Add worktree support for persist-credentials includeIf (#2327)
  • c2d88d3 Update all references from v5 and v4 to v6 (#2314)
  • 1af3b93 update readme/changelog for v6 (#2311)
  • 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 [actions/checkout](https://github.com/actions/checkout) from 4.3.1 to 6.0.3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.3.1...df4cb1c)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.3
  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 c6da2ff into main Jun 2, 2026
60 of 61 checks passed
@dependabot dependabot Bot deleted the dependabot/github_actions/actions/checkout-6.0.3 branch June 2, 2026 22:54
@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 #67

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.314ms 72.226ms 31.21x
bcsub Small numbers (10 digits) 2.256ms 72.898ms 32.31x
bcmul Small numbers (10 digits) 3.282ms 103.710ms 31.60x
bcdiv Small numbers (10 digits) 2.458ms 104.807ms 42.64x
bcadd Decimals (scale=10) 2.470ms 76.063ms 30.79x
bcsub Decimals (scale=10) 2.304ms 75.795ms 32.90x
bcmul Decimals (scale=10) 3.761ms 106.789ms 28.39x
bcdiv Decimals (scale=10) 6.348ms 109.936ms 17.32x
bcadd Medium numbers (50 digits) 3.191ms 93.622ms 29.34x
bcsub Medium numbers (50 digits) 3.234ms 94.282ms 29.15x
bcmul Medium numbers (50 digits) 16.908ms 124.453ms 7.36x
bcdiv Medium numbers (50 digits) 3.146ms 124.921ms 39.71x
bcpow Power (small exponent) 3.411ms 290.010ms 85.02x
bcpow Power (large base) 5.051ms 246.609ms 48.82x
bcsqrt Square root 49.085ms 36.128ms 0.74x
bcmod Modulo 4.690ms 100.292ms 21.38x
bcadd 100 digits 4.855ms 95.707ms 19.71x
bcmul 100 digits (first 50 digits) 22.630ms 117.631ms 5.20x
bcadd 500 digits 18.789ms 178.916ms 9.52x
bcmul 500 digits (first 50 digits) 23.969ms 127.762ms 5.33x
bcadd 1000 digits 35.787ms 278.696ms 7.79x
bcdiv Scale 20 6.916ms 112.171ms 16.22x
bcsqrt Scale 20 61.781ms 45.484ms 0.74x
bcdiv Scale 50 15.743ms 115.433ms 7.33x
bcsqrt Scale 50 203.555ms 87.124ms 0.43x
bcdiv Scale 100 30.432ms 120.270ms 3.95x
bcsqrt Scale 100 1920.118ms 157.232ms 0.08x

Summary

Summary
========================================
Average performance ratio: 1.34x
Polyfill is on average 1.3x 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