Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 8, 2025

This PR contains the following updates:

Package Type Update Change
CodSpeedHQ/action action major v3.8.1 -> v4.3.4

Release Notes

CodSpeedHQ/action (CodSpeedHQ/action)

v4.3.4

Compare Source

Release Notes

🚀 Features
🐛 Bug Fixes
⚙️ Internals

Install codspeed-runner 4.3.4

Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/runner/releases/download/v4.3.4/codspeed-runner-installer.sh | sh

Download codspeed-runner 4.3.4

File Platform Checksum
codspeed-runner-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
codspeed-runner-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum

Full Runner Changelog: https://github.com/CodSpeedHQ/runner/blob/main/CHANGELOG.md

Full Changelog: CodSpeedHQ/action@v4.3.3...v4.3.4

v4.3.3

Compare Source

Release Notes

🚀 Features
🐛 Bug Fixes
⚙️ Internals

Install codspeed-runner 4.3.3

Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/runner/releases/download/v4.3.3/codspeed-runner-installer.sh | sh

Download codspeed-runner 4.3.3

File Platform Checksum
codspeed-runner-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
codspeed-runner-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum

Full Runner Changelog: https://github.com/CodSpeedHQ/runner/blob/main/CHANGELOG.md

Full Changelog: CodSpeedHQ/action@v4.3.1...v4.3.3

v4.3.1

Compare Source

Release Notes

🚀 Features
🐛 Bug Fixes

Install codspeed-runner 4.3.1

Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/runner/releases/download/v4.3.1/codspeed-runner-installer.sh | sh

Download codspeed-runner 4.3.1

File Platform Checksum
codspeed-runner-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
codspeed-runner-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum

Full Runner Changelog: https://github.com/CodSpeedHQ/runner/blob/main/CHANGELOG.md

Full Changelog: CodSpeedHQ/action@v4.2.1...v4.3.1

v4.2.1

Compare Source

Release Notes

What's Changed

🚀 Features
🐛 Bug Fixes
⚙️ Internals
New Contributors

Install codspeed-runner 4.2.1

Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/runner/releases/download/v4.2.1/codspeed-runner-installer.sh | sh

Download codspeed-runner 4.2.1

File Platform Checksum
codspeed-runner-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
codspeed-runner-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum

Full Runner Changelog: https://github.com/CodSpeedHQ/runner/blob/main/CHANGELOG.md

Full Changelog: CodSpeedHQ/action@v4.2.0...v4.2.1

v4.2.0

Compare Source

Changes

✨ This new release adds a way for the runner to save and restore instruments it installs to a cache directory. The CodSpeed github action automatically makes use of these feature to speedup runs in your CI!

Details

🚀 Features
🐛 Bug Fixes
⚙️ Internals

Install codspeed-runner 4.2.0

Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/runner/releases/download/v4.2.0/codspeed-runner-installer.sh | sh

Download codspeed-runner 4.2.0

File Platform Checksum
codspeed-runner-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
codspeed-runner-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum

Full Runner Changelog: https://github.com/CodSpeedHQ/runner/blob/main/CHANGELOG.md

Full Changelog: CodSpeedHQ/action@v4.1.1...v4.2.0

v4.1.1

Compare Source

Release Notes

🐛 Bug Fixes

Install codspeed-runner 4.1.1

Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/runner/releases/download/v4.1.1/codspeed-runner-installer.sh | sh

Download codspeed-runner 4.1.1

File Platform Checksum
codspeed-runner-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
codspeed-runner-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum

Full Runner Changelog: https://github.com/CodSpeedHQ/runner/blob/main/CHANGELOG.md

v4.1.0

Compare Source

Changes

✨ This new release improves the accuracy of walltime profiling with perf and reduces the upload times.

Details

🚀 Features
🐛 Bug Fixes
🏗️ Refactor
⚙️ Internals

Install codspeed-runner 4.1.0

Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/runner/releases/download/v4.1.0/codspeed-runner-installer.sh | sh

Download codspeed-runner 4.1.0

File Platform Checksum
codspeed-runner-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
codspeed-runner-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum

Full Runner Changelog: https://github.com/CodSpeedHQ/runner/blob/main/CHANGELOG.md

v4.0.1

Compare Source

Release Notes

🐛 Bug Fixes

Full Runner Changelog: https://github.com/CodSpeedHQ/runner/blob/main/CHANGELOG.md

v4.0.0

Compare Source

💥 BREAKING

It's now required to explicitly set the runner mode to instrumentation or walltime using either:

  • the mode argument
  • or the CODSPEED_RUNNER_MODE environment variable

[!TIP]
Before, this variable was automatically set to instrumentation on every runner except for CodSpeed macro runners where it was set to walltime by default.

Find more details in the instruments documentation.

Details

🚀 Features
🐛 Bug Fixes
🏗️ Refactor

Full Runner Changelog: https://github.com/CodSpeedHQ/runner/blob/main/CHANGELOG.md


Configuration

📅 Schedule: Branch creation - "before 9am on monday" in timezone Europe/Paris, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@codecov
Copy link

codecov bot commented Sep 8, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

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

@renovate renovate bot force-pushed the renovate/major-github-actions branch from c9bd3e0 to 01ded1b Compare September 17, 2025 14:28
@renovate renovate bot force-pushed the renovate/major-github-actions branch 2 times, most recently from c1d08c4 to c6ce966 Compare October 2, 2025 11:00
@renovate renovate bot force-pushed the renovate/major-github-actions branch from c6ce966 to 6d774fb Compare October 6, 2025 12:56
@renovate renovate bot force-pushed the renovate/major-github-actions branch 3 times, most recently from fd103be to c97082a Compare October 20, 2025 00:30
@renovate renovate bot force-pushed the renovate/major-github-actions branch from c97082a to 4009986 Compare October 24, 2025 16:01
@renovate renovate bot force-pushed the renovate/major-github-actions branch from 4009986 to 27425a3 Compare November 7, 2025 19:12
@renovate renovate bot force-pushed the renovate/major-github-actions branch from 27425a3 to 41bbcc1 Compare November 11, 2025 02:10
@Jayllyz Jayllyz closed this Nov 11, 2025
@renovate
Copy link
Contributor Author

renovate bot commented Nov 11, 2025

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 4.x releases. But if you manually upgrade to 4.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/major-github-actions branch November 11, 2025 21:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants