Skip to content

Bump CodSpeedHQ/action from 4.19.1 to 5.0.1 - #13307

Merged
github-actions[bot] merged 1 commit into
masterfrom
dependabot/github_actions/CodSpeedHQ/action-5.0.1
Aug 3, 2026
Merged

Bump CodSpeedHQ/action from 4.19.1 to 5.0.1#13307
github-actions[bot] merged 1 commit into
masterfrom
dependabot/github_actions/CodSpeedHQ/action-5.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor

Bumps CodSpeedHQ/action from 4.19.1 to 5.0.1.

Release notes

Sourced from CodSpeedHQ/action's releases.

v5.0.1

🚀 Highlights

More precise measurements by default

cycle-estimation is now enabled by default, giving more precise benchmark cycle estimation in Simulation mode. See docs.

New: allocation exclusion

Opt in to exclude-allocations to remove allocator time from benchmarks in Simulation mode and reduce variance. See docs.

samply-based profiler by default on Linux

The walltime profiler now uses samply on all OSes. Set CODSPEED_WALLTIME_PROFILER=perf to restore the previous behavior.

⚠️ Breaking changes

  • cycle-estimation is now enabled by default (see above)
  • The samply-based profiler is now the default on Linux; set CODSPEED_WALLTIME_PROFILER=perf to revert

Details

🚀 Features

🐛 Bug Fixes

💼 Other

🏗️ Refactor

🧪 Testing

⚙️ Internals

Install codspeed-runner 5.0.1

Install prebuilt binaries via shell script

</tr></table> 

... (truncated)

Commits
  • 8847237 Release v5.0.1 🚀
  • 81795c3 fix: remove yanked 5.0.0 version hash
  • eaace14 docs: bump documented action version to v5
  • a3e4fe0 chore: bump runner version to 5.0.1
  • f87ba88 Release v5.0.0 🚀
  • 7ab72f2 chore: bump runner version to 5.0.0
  • See full diff 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 [CodSpeedHQ/action](https://github.com/codspeedhq/action) from 4.19.1 to 5.0.1.
- [Release notes](https://github.com/codspeedhq/action/releases)
- [Changelog](https://github.com/CodSpeedHQ/action/blob/main/CHANGELOG.md)
- [Commits](CodSpeedHQ/action@v4.19.1...v5.0.1)

---
updated-dependencies:
- dependency-name: CodSpeedHQ/action
  dependency-version: 5.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 3, 2026
@dependabot
dependabot Bot requested a review from webknjaz as a code owner August 3, 2026 10:32
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 3, 2026
@github-actions
github-actions Bot enabled auto-merge (squash) August 3, 2026 10:32
@codecov

codecov Bot commented Aug 3, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.98%. Comparing base (537125a) to head (0cfa4f1).
⚠️ Report is 1 commits behind head on master.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #13307   +/-   ##
=======================================
  Coverage   98.98%   98.98%           
=======================================
  Files         132      132           
  Lines       49055    49055           
  Branches     2552     2552           
=======================================
  Hits        48558    48558           
  Misses        373      373           
  Partials      124      124           
Flag Coverage Δ
Autobahn 22.13% <ø> (ø)
CI-GHA 98.90% <ø> (ø)
OS-Linux 98.67% <ø> (-0.01%) ⬇️
OS-Windows 97.02% <ø> (-0.01%) ⬇️
OS-macOS 97.93% <ø> (ø)
Py-3.10 98.12% <ø> (ø)
Py-3.11 98.37% <ø> (-0.01%) ⬇️
Py-3.12 98.46% <ø> (+<0.01%) ⬆️
Py-3.13 98.44% <ø> (-0.01%) ⬇️
Py-3.14 98.46% <ø> (-0.01%) ⬇️
Py-3.14t 97.55% <ø> (-0.01%) ⬇️
Py-pypy-3.11 97.39% <ø> (-0.01%) ⬇️
VM-macos 97.93% <ø> (ø)
VM-ubuntu 98.67% <ø> (-0.01%) ⬇️
VM-windows 97.02% <ø> (-0.01%) ⬇️
cython-coverage 37.97% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

@codspeed-hq

codspeed-hq Bot commented Aug 3, 2026

Copy link
Copy Markdown

Hooray! CodSpeed harness just leveled up!

The base and head of this comparison were measured with different runner settings, so their benchmark values are not directly comparable.

What changed between base and head:

Re-run the base with the same settings to get a valid performance comparison.


Comparing dependabot/github_actions/CodSpeedHQ/action-5.0.1 (0cfa4f1) with master (537125a)

Open in CodSpeed

@github-actions
github-actions Bot merged commit f959aa5 into master Aug 3, 2026
52 checks passed
@github-actions
github-actions Bot deleted the dependabot/github_actions/CodSpeedHQ/action-5.0.1 branch August 3, 2026 11:02
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants