Skip to content

build: bump the actions group with 2 updates - #273

Merged
shenxianpeng merged 1 commit into
mainfrom
dependabot/github_actions/actions-70619e2579
Aug 3, 2026
Merged

build: bump the actions group with 2 updates#273
shenxianpeng merged 1 commit into
mainfrom
dependabot/github_actions/actions-70619e2579

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the actions group with 2 updates: CodSpeedHQ/action and release-drafter/release-drafter.

Updates CodSpeedHQ/action from 4.18.5 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
  • f22792b Release v4.19.1 🚀
  • b07ddfb chore: bump runner version to 4.19.1
  • 9c498ab Release v4.19.0 🚀
  • a65d9f0 chore: bump runner version to 4.19.0
  • See full diff in compare view

Updates release-drafter/release-drafter from 7.6.0 to 7.7.0

Release notes

Sourced from release-drafter/release-drafter's releases.

v7.7.0

What's Changed

New

Dependency Updates

Bug Fixes

Maintenance

New Contributors

  • No new contributors

Full Changelog: release-drafter/release-drafter@v7.6.0...v7.7.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

Bumps the actions group with 2 updates: [CodSpeedHQ/action](https://github.com/codspeedhq/action) and [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter).


Updates `CodSpeedHQ/action` from 4.18.5 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@f99becd...8847237)

Updates `release-drafter/release-drafter` from 7.6.0 to 7.7.0
- [Release notes](https://github.com/release-drafter/release-drafter/releases)
- [Commits](release-drafter/release-drafter@eada3c9...34d8067)

---
updated-dependencies:
- dependency-name: CodSpeedHQ/action
  dependency-version: 5.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: release-drafter/release-drafter
  dependency-version: 7.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
...

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 major A major version bump labels Aug 3, 2026
@sonarqubecloud

sonarqubecloud Bot commented Aug 3, 2026

Copy link
Copy Markdown

@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 97.53%. Comparing base (edd18d9) to head (9a6e0d8).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #273   +/-   ##
=======================================
  Coverage   97.53%   97.53%           
=======================================
  Files           3        3           
  Lines         243      243           
=======================================
  Hits          237      237           
  Misses          6        6           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@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/actions-70619e2579 (9a6e0d8) with main (edd18d9)

Open in CodSpeed

@shenxianpeng shenxianpeng removed the major A major version bump label Aug 3, 2026
@shenxianpeng
shenxianpeng merged commit 7681893 into main Aug 3, 2026
27 checks passed
@shenxianpeng
shenxianpeng deleted the dependabot/github_actions/actions-70619e2579 branch August 3, 2026 04:59
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