Skip to content

chore(deps): bump the actions group across 1 directory with 8 updates#15

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/actions-818213016a
Open

chore(deps): bump the actions group across 1 directory with 8 updates#15
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/actions-818213016a

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Apr 1, 2026

Bumps the actions group with 8 updates in the / directory:

Package From To
actions/checkout 4.3.1 6.0.2
benchmark-action/github-action-benchmark 1.21.0 1.22.0
actions/upload-artifact 4.6.2 7.0.0
actions/download-artifact 4.2.1 8.0.1
marocchino/sticky-pull-request-comment 2.9.1 3.0.2
taiki-e/install-action 2.69.9 2.70.3
dorny/test-reporter 1.9.1 3.0.0
codecov/codecov-action 5.5.3 6.0.0

Updates actions/checkout from 4.3.1 to 6.0.2

Release notes

Sourced from actions/checkout's releases.

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

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

v5.0.0

What's Changed

⚠️ Minimum Compatible Runner Version

v2.327.1
Release Notes

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

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

v4.1.6

... (truncated)

Commits

Updates benchmark-action/github-action-benchmark from 1.21.0 to 1.22.0

Release notes

Sourced from benchmark-action/github-action-benchmark's releases.

v1.22.0

  • chore bump node to 24 (#339)

Full Changelog: benchmark-action/github-action-benchmark@v1.21.0...v1.22.0

Changelog

Sourced from benchmark-action/github-action-benchmark's changelog.

Unreleased

v1.22.0 - 31 Mar 2026

  • chore bump node to 24 (#339)

v1.21.0 - 02 Mar 2026

  • fix include package name for duplicate bench names (#330)
  • fix avoid duplicate package suffix in Go benchmarks (#337)

v1.20.7 - 06 Sep 2025

  • fix improve parsing for custom benchmarks (#323)

v1.20.5 - 02 Sep 2025

  • feat allow to parse generic cargo bench/criterion units (#280)
  • fix add summary even when failure threshold is surpassed (#285)
  • fix time units are not normalized (#318)

v1.20.4 - 23 Oct 2024

  • feat add typings and validation workflow (#257)

v1.20.3 - 19 May 2024

  • fix Catch2 v.3.5.0 changed output format (#247)

v1.20.2 - 19 May 2024

  • fix Support sub-nanosecond precision on Cargo benchmarks (#246)

v1.20.1 - 02 Apr 2024

  • fix release script

v1.20.0 - 02 Apr 2024

  • fix Rust benchmarks not comparing to baseline (#235)
  • feat Comment on PR and auto update comment (#223)

v1.19.3 - 02 Feb 2024

  • fix ratio is NaN when previous value is 0. Now, print 1 when both values are 0 and +-∞ when divisor is 0 (#222)
  • fix action hangs in some cases for go fiber benchmarks (#225)

v1.19.2 - 26 Jan 2024

  • fix markdown rendering for summary is broken (#218)

... (truncated)

Commits

Updates actions/upload-artifact from 4.6.2 to 7.0.0

Release notes

Sourced from actions/upload-artifact's releases.

v7.0.0

v7 What's new

Direct Uploads

Adds support for uploading single files directly (unzipped). Callers can set the new archive parameter to false to skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. The name parameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file.

ESM

To support new versions of the @actions/* packages, we've upgraded the package to ESM.

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v6...v7.0.0

v6.0.0

v6 - What's new

[!IMPORTANT] actions/upload-artifact@v6 now runs on Node.js 24 (runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.

Node.js 24

This release updates the runtime to Node.js 24. v5 had preliminary support for Node.js 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.

What's Changed

Full Changelog: actions/upload-artifact@v5.0.0...v6.0.0

v5.0.0

What's Changed

BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but we're treating it as such.

... (truncated)

Commits
  • bbbca2d Support direct file uploads (#764)
  • 589182c Upgrade the module to ESM and bump dependencies (#762)
  • 47309c9 Merge pull request #754 from actions/Link-/add-proxy-integration-tests
  • 02a8460 Add proxy integration test
  • b7c566a Merge pull request #745 from actions/upload-artifact-v6-release
  • e516bc8 docs: correct description of Node.js 24 support in README
  • ddc45ed docs: update README to correct action name for Node.js 24 support
  • 615b319 chore: release v6.0.0 for Node.js 24 support
  • 017748b Merge pull request #744 from actions/fix-storage-blob
  • 38d4c79 chore: rebuild dist
  • Additional commits viewable in compare view

Updates actions/download-artifact from 4.2.1 to 8.0.1

Release notes

Sourced from actions/download-artifact's releases.

v8.0.1

What's Changed

Full Changelog: actions/download-artifact@v8...v8.0.1

v8.0.0

v8 - What's new

[!IMPORTANT] actions/download-artifact@v8 has been migrated to an ESM module. This should be transparent to the caller but forks might need to make significant changes.

[!IMPORTANT] Hash mismatches will now error by default. Users can override this behavior with a setting change (see below).

Direct downloads

To support direct uploads in actions/upload-artifact, the action will no longer attempt to unzip all downloaded files. Instead, the action checks the Content-Type header ahead of unzipping and skips non-zipped files. Callers wishing to download a zipped file as-is can also set the new skip-decompress parameter to true.

Enforced checks (breaking)

A previous release introduced digest checks on the download. If a download hash didn't match the expected hash from the server, the action would log a warning. Callers can now configure the behavior on mismatch with the digest-mismatch parameter. To be secure by default, we are now defaulting the behavior to error which will fail the workflow run.

ESM

To support new versions of the @actions/* packages, we've upgraded the package to ESM.

What's Changed

Full Changelog: actions/download-artifact@v7...v8.0.0

v7.0.0

v7 - What's new

[!IMPORTANT] actions/download-artifact@v7 now runs on Node.js 24 (runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.

Node.js 24

This release updates the runtime to Node.js 24. v6 had preliminary support for Node 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.

What's Changed

... (truncated)

Commits
  • 3e5f45b Add regression tests for CJK characters (#471)
  • e6d03f6 Add a regression test for artifact name + content-type mismatches (#472)
  • 70fc10c Merge pull request #461 from actions/danwkennedy/digest-mismatch-behavior
  • f258da9 Add change docs
  • ccc058e Fix linting issues
  • bd7976b Add a setting to specify what to do on hash mismatch and default it to error
  • ac21fcf Merge pull request #460 from actions/danwkennedy/download-no-unzip
  • 15999bf Add note about package bumps
  • 974686e Bump the version to v8 and add release notes
  • fbe48b1 Update test names to make it clearer what they do
  • Additional commits viewable in compare view

Updates marocchino/sticky-pull-request-comment from 2.9.1 to 3.0.2

Release notes

Sourced from marocchino/sticky-pull-request-comment's releases.

v3.0.2

What's Changed

Full Changelog: marocchino/sticky-pull-request-comment@v3.0.1...v3.0.2

v3.0.1

What's Changed

  • Update deps
  • Change build system from ncc to rollup
  • Use pull_request trigger in github action

Full Changelog: marocchino/sticky-pull-request-comment@v3.0.0...v3.0.1

v3.0.0

What's Changed

  • Update node to 24
  • Update deps

New Contributors

Full Changelog: marocchino/sticky-pull-request-comment@v2.9.4...v3.0.0

v2.9.4

What's Changed

Full Changelog: marocchino/sticky-pull-request-comment@v2.9.3...v2.9.4

v2.9.3

What's Changed

  • Update deps (including security issues)
  • Test with vitest instead of jest
  • Use biome

Full Changelog: marocchino/sticky-pull-request-comment@v2.9.2...v2.9.3

v2.9.2

What's Changed

... (truncated)

Commits

Updates taiki-e/install-action from 2.69.9 to 2.70.3

Release notes

Sourced from taiki-e/install-action's releases.

2.70.3

  • Update wasm-bindgen@latest to 0.2.116.

  • Update cargo-insta@latest to 1.47.2.

  • Update tombi@latest to 0.9.12.

  • Update biome@latest to 2.4.10.

2.70.2

  • Update vacuum@latest to 0.25.3.

  • Update tombi@latest to 0.9.11.

2.70.1

  • Update cargo-insta@latest to 1.47.1.

  • Update cargo-binstall@latest to 1.17.9.

  • Update tombi@latest to 0.9.10.

2.70.0

  • Install uv, uvw (Windows-only), and uvx binaries when installing uv. Previously, only uv binary was installed. (#1632)

2.69.14

  • Update just@latest to 1.48.1.

  • Update wasm-bindgen@latest to 0.2.115.

2.69.13

  • Update mise@latest to 2026.3.17.

  • Update cargo-insta@latest to 1.47.0.

2.69.12

  • Update uv@latest to 0.11.2.

2.69.11

  • Update dprint@latest to 0.53.1.

  • Update mise@latest to 2026.3.16.

2.69.10

  • Update biome@latest to 2.4.9.

  • Update mise@latest to 2026.3.15.

Changelog

Sourced from taiki-e/install-action's changelog.

Changelog

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

[Unreleased]

  • Update mise@latest to 2026.3.18.

[2.70.3] - 2026-03-31

  • Update wasm-bindgen@latest to 0.2.116.

  • Update cargo-insta@latest to 1.47.2.

  • Update tombi@latest to 0.9.12.

  • Update biome@latest to 2.4.10.

[2.70.2] - 2026-03-30

  • Update vacuum@latest to 0.25.3.

  • Update tombi@latest to 0.9.11.

[2.70.1] - 2026-03-29

  • Update cargo-insta@latest to 1.47.1.

  • Update cargo-binstall@latest to 1.17.9.

  • Update tombi@latest to 0.9.10.

[2.70.0] - 2026-03-28

  • Install uv, uvw (Windows-only), and uvx binaries when installing uv. Previously, only uv binary was installed. (#1632)

[2.69.14] - 2026-03-28

  • Update just@latest to 1.48.1.

  • Update wasm-bindgen@latest to 0.2.115.

[2.69.13] - 2026-03-27

... (truncated)

Commits

Updates dorny/test-reporter from 1.9.1 to 3.0.0

Release notes

Sourced from dorny/test-reporter's releases.

v3.0.0

Note: The v3 release requires NodeJS 24 runtime on GitHub Actions runners.

What's Changed

Other Changes

New Contributors

Full Changelog: dorny/test-reporter@v2.7.0...v3.0.0

v2.7.0

What's Changed

Other Changes

New Contributors

Full Changelog: dorny/test-reporter@v2.6.0...v2.7.0

v2.6.0

We updated all dependency packages to latest versions to fix reported security vulnerabilities.

What's Changed

  • Fix: For workflow_run events, resolve the commit of the check run from related pull request head commits first (matching workflow_run.head_branch, then first PR), and fall back to workflow_run.head_sha for non-PR runs dorny/test-reporter#673
  • Change: The test-reporter action will listed all artifacts associated with the build run dorny/test-reporter#693
  • Maintenance: Upgrade to ESLint v9 dorny/test-reporter#629

New Contributors

Full Changelog: dorny/test-reporter@v2.5.0...v2.6.0

... (truncated)

Changelog

Sourced from dorny/test-reporter's changelog.

Changelog

3.0.0

2.7.0

2.6.0

  • Fix: For workflow_run events, resolve the commit of the check run from related pull request head commits first (matching workflow_run.head_branch, then first PR), and fall back to workflow_run.head_sha for non-PR runs dorny/test-reporter#673
  • Change: The test-reporter action will listed all artifacts associated with the build run dorny/test-reporter#693
  • Maintenance: Upgrade to ESLint v9 dorny/test-reporter#629

2.5.0

2.4.0

2.3.0

2.2.0

2.1.1

2.1.0

... (truncated)

Commits
  • a43b3a5 test-reporter release v3.0.0
  • 79216dc Merge pull request #744 from dorny/dependabot/npm_and_yarn/flatted-3.4.2
  • 62c3873 Merge pull request #745 from dorny/feature/workflow_permissions
  • bd74ca6 Explicitly use lowest permissions required to run workflow
  • 0c2b2aa Merge pull request #738 from dav-tb/feature/node24-runtime
  • f7eee30 Use the @types/node definitions for NodeJS 24 runtime
  • ad0a96f Upgrade action runtime to Node.js 24
  • 543415c Merge pull request #741 from dorny/release/v2.7.0
  • f1284d0 Bump flatted from 3.4.1 to 3.4.2
  • 3c1b53f Merge pull request #743 from dorny/dependabot/npm_and_yarn/types/adm-zip-0.5.8
  • Additional commits viewable in compare view

Updates codecov/codecov-action from 5.5.3 to 6.0.0

Release notes

Sourced from codecov/codecov-action's releases.

v6.0.0

⚠️ This version introduces support for node24 which make cause breaking changes for systems that do not currently support node24. ⚠️

What's Changed

Full Changelog: codecov/codecov-action@v5.5.4...v6.0.0

v5.5.4

This is a mirror of v5.5.2. v6 will be released which requires node24

What's Changed

Full Changelog: codecov/codecov-action@v5.5.3...v5.5.4

Changelog

Sourced from codecov/codecov-action's changelog.

v5.5.2

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.1..v5.5.2

v5.5.1

What's Changed

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Apr 1, 2026
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 1, 2026

Benchmark Report

Commit: 58d717a60d4d58367042e81f7e0a412d5065231d

Linux

CPU: AMD EPYC 7763 64-Core Processor | Arch: x86_64 | Compiler: rustc 1.96.0-nightly (9602bda1d 2026-04-05)

Latency (ns/op, lower is better)

Single Push+Pop

Element crossbeam drogalis-cpp mantis/copy mantis/general mantis/inline rigtorp-cpp rtrb
msg48 22.92 10.07 9.43 🏆 31.73 31.73 9.91 21.07
msg64 7.72 5.94 3.71 🏆 17.87 17.99 6.04 6.03
u64 5.19 4.06 2.55 🏆 - 3.79 4.71 3.47

Burst 100

Element crossbeam drogalis-cpp mantis/copy mantis/inline rigtorp-cpp rtrb
msg48 2994.37 2175.16 240.03 🏆 2594.37 2268.36 2350.44
msg64 1037.74 1500.63 232.77 🏆 1518.19 1724.29 809.61
u64 780.23 477.55 175.84 🏆 375.47 417.07 307.74

Burst 1000

Element crossbeam drogalis-cpp mantis/copy mantis/inline rigtorp-cpp rtrb
msg48 30057.26 22164.92 2435.74 🏆 26403.2 23098.15 23453.18
msg64 11489.79 11683 2159.13 🏆 15708.81 12371.02 7946.75
u64 7808.84 5242.35 1659.68 🏆 3751.26 4718.15 2960.71

Batch 100

Element mantis/copy
msg48 73.32 🏆
u64 15.37 🏆

Batch 1000

Element mantis/copy
msg48 994.84 🏆
u64 100.25 🏆

Full Drain

Element mantis/inline
u64 1640.04 🏆
Instructions per Op (lower is better)
Full results (all fields)
Workload ns/op p50 p99 cycles insns bmiss l1d llc
spsc/inline/single_item/u64 3.79 3.8 3.8 12.1 - - - -
spsc/inline/single_item/msg48 31.73 31.7 32 107.6 - - - -
spsc/inline/single_item/msg64 17.99 17.9 18.8 65.5 - - - -
spsc/inline/burst_100/u64 375.47 375 381.3 1139.5 - - - -
spsc/inline/burst_100/msg48 2594.37 2593.5 2607.9 10865.5 - - - -
spsc/inline/burst_100/msg64 1518.19 1517 1535.3 4683.1 - - - -
spsc/inline/burst_1000/u64 3751.26 3738 3890.4 13040.6 - - - -
spsc/inline/burst_1000/msg48 26403.2 26393.9 26503.3 88629.6 - - - -
spsc/inline/burst_1000/msg64 15708.81 15701.2 15784.9 57021.4 - - - -
spsc/inline/full_drain/u64 1640.04 1636.1 1693.4 5257.2 - - - -
copy/single/u64 2.55 2.5 2.6 9.8 - - - -
copy/single/msg48 9.43 9.4 9.5 35 - - - -
copy/single/msg64 3.71 3.7 3.7 11.7 - - - -
general/single/msg48 31.73 31.7 31.9 107.6 - - - -
general/single/msg64 17.87 17.9 18.2 65 - - - -
copy/burst/100/u64 175.84 175.2 183.3 748.1 - - - -
copy/burst/100/msg48 240.03 239.6 244.4 803 - - - -
copy/burst/100/msg64 232.77 232.1 242.5 775.9 - - - -
copy/burst/1000/u64 1659.68 1651.6 1732.1 5328.8 - - - -
copy/burst/1000/msg48 2435.74 2431.1 2504.9 9775.9 - - - -
copy/burst/1000/msg64 2159.13 2155.3 2192.9 8078.6 - - - -
copy/batch/100/u64 15.37 15.3 15.8 42.8 - - - -
copy/batch/100/msg48 73.32 72.7 81.5 272.4 - - - -
copy/batch/1000/u64 100.25 100.2 101.5 305.9 - - - -
copy/batch/1000/msg48 994.84 994 1004.1 3512.5 - - - -
spsc/rtrb/single_item/u64 3.47 3.5 3.6 10.3 - - - -
spsc/rtrb/single_item/msg48 21.07 20.7 22.9 61.5 - - - -
spsc/rtrb/single_item/msg64 6.03 5.6 7.2 23.4 - - - -
spsc/rtrb/burst_100/u64 307.74 307.2 314.4 1211.5 - - - -
spsc/rtrb/burst_100/msg48 2350.44 2385.9 2631.9 8293.9 - - - -
spsc/rtrb/burst_100/msg64 809.61 788.2 1320.8 5771.9 - - - -
spsc/rtrb/burst_1000/u64 2960.71 2957.6 3003.6 9126.1 - - - -
spsc/rtrb/burst_1000/msg48 23453.18 23961.6 25658 98082.7 - - - -
spsc/rtrb/burst_1000/msg64 7946.75 7188.2 10271.4 48806.6 - - - -
spsc/crossbeam/single_item/u64 5.19 5.2 5.4 20.3 - - - -
spsc/crossbeam/single_item/msg48 22.92 22.9 23.2 64.4 - - - -
spsc/crossbeam/single_item/msg64 7.72 7.7 7.8 25.1 - - - -
spsc/crossbeam/burst_100/u64 780.23 779.8 785.4 2441.6 - - - -
spsc/crossbeam/burst_100/msg48 2994.37 2993.5 3004.1 9320.5 - - - -
spsc/crossbeam/burst_100/msg64 1037.74 1036.3 1055.9 3843 - - - -
spsc/crossbeam/burst_1000/u64 7808.84 7803.2 7889.3 28254.1 - - - -
spsc/crossbeam/burst_1000/msg48 30057.26 30045 30211.6 108710.8 - - - -
spsc/crossbeam/burst_1000/msg64 11489.79 11480.9 11594.6 36359.9 - - - -
spsc/rigtorp/single_item/u64 4.71 4.7 4.9 17.3 - - - -
spsc/rigtorp/single_item/msg48 9.91 9.9 10.2 37 - - - -
spsc/rigtorp/single_item/msg64 6.04 6.1 6.7 16.1 - - - -
spsc/rigtorp/burst_100/u64 417.07 416.7 422.6 1320 - - - -
spsc/rigtorp/burst_100/msg48 2268.36 1942.7 3639.9 7344.1 - - - -
spsc/rigtorp/burst_100/msg64 1724.29 838.4 4805.4 3860.2 - - - -
spsc/rigtorp/burst_1000/u64 4718.15 4683.4 5085.1 18642.8 - - - -
spsc/rigtorp/burst_1000/msg48 23098.15 20023.2 38098.8 86422.8 - - - -
spsc/rigtorp/burst_1000/msg64 12371.02 6609.6 29727.8 30488.2 - - - -
spsc/drogalis/single_item/u64 4.06 4.1 4.2 13.5 - - - -
spsc/drogalis/single_item/msg48 10.07 10.1 10.3 38.4 - - - -
spsc/drogalis/single_item/msg64 5.94 6.1 6.5 16 - - - -
spsc/drogalis/burst_100/u64 477.55 477.9 493.5 1306.8 - - - -
spsc/drogalis/burst_100/msg48 2175.16 1975.5 3090.9 7411.5 - - - -
spsc/drogalis/burst_100/msg64 1500.63 853 3707 3656 - - - -
spsc/drogalis/burst_1000/u64 5242.35 4996.9 6255.6 16527.1 - - - -
spsc/drogalis/burst_1000/msg48 22164.92 20183.5 31746.1 88309.2 - - - -
spsc/drogalis/burst_1000/msg64 11683 6955.7 26594.7 31797.4 - - - -
macOS

CPU: Apple M1 (Virtual) | Arch: aarch64 | Compiler: rustc 1.96.0-nightly (9602bda1d 2026-04-05)

Latency (ns/op, lower is better)

Single Push+Pop

Element crossbeam drogalis-cpp mantis/copy mantis/general mantis/inline rigtorp-cpp rtrb
msg48 10.58 9.61 8.94 10.2 9.88 9.74 8.59 🏆
msg64 11.13 9.27 8.6 🏆 11.18 11.38 10.17 10.86
u64 8.69 8.29 7.04 - 8.97 8.43 6.92 🏆

Burst 100

Element crossbeam drogalis-cpp mantis/copy mantis/inline rigtorp-cpp rtrb
msg48 1743.94 1740.82 390.19 🏆 541.12 1770.65 722.41
msg64 1794.16 1775.19 640.82 🏆 721.96 1765.54 827.29
u64 1681.84 1477.2 312.13 254.5 🏆 1539.13 678.55

Burst 1000

Element crossbeam drogalis-cpp mantis/copy mantis/inline rigtorp-cpp rtrb
msg48 19031.37 19296.16 4524.96 🏆 6110.41 18106.46 7036.1
msg64 18829.89 31695.9 5644.98 🏆 7098.92 31334.02 21337.27
u64 16806.11 15346.42 3253.52 3153.17 🏆 15652.42 6266.47

Batch 100

Element mantis/copy
msg48 100.38 🏆
u64 26.44 🏆

Batch 1000

Element mantis/copy
msg48 777.23 🏆
u64 127.39 🏆

Full Drain

Element mantis/inline
u64 4213.77 🏆
Instructions per Op (lower is better)
Full results (all fields)
Workload ns/op p50 p99 cycles insns bmiss l1d llc
spsc/inline/single_item/u64 8.97 8.7 11.1 0.3 - - - -
spsc/inline/single_item/msg48 9.88 9.8 11.1 0.4 - - - -
spsc/inline/single_item/msg64 11.38 11.1 13.5 0.4 - - - -
spsc/inline/burst_100/u64 254.5 253 270.3 8.9 - - - -
spsc/inline/burst_100/msg48 541.12 534.4 598.8 19.1 - - - -
spsc/inline/burst_100/msg64 721.96 678.6 965.2 27.9 - - - -
spsc/inline/burst_1000/u64 3153.17 3066.7 4157.4 103.7 - - - -
spsc/inline/burst_1000/msg48 6110.41 5851.7 7611.5 210.7 - - - -
spsc/inline/burst_1000/msg64 7098.92 6971.3 7913.9 259.8 - - - -
spsc/inline/full_drain/u64 4213.77 4086.7 5355.7 152.2 - - - -
copy/single/u64 7.04 6.9 8.1 0.2 - - - -
copy/single/msg48 8.94 8.6 10.9 0.3 - - - -
copy/single/msg64 8.6 8.4 9.7 0.3 - - - -
general/single/msg48 10.2 10.1 11.2 0.4 - - - -
general/single/msg64 11.18 10.8 13.5 0.5 - - - -
copy/burst/100/u64 312.13 295.2 401.3 11.6 - - - -
copy/burst/100/msg48 390.19 353.1 801.1 14.5 - - - -
copy/burst/100/msg64 640.82 465.2 1198.3 17.3 - - - -
copy/burst/1000/u64 3253.52 3225 3695.7 109.2 - - - -
copy/burst/1000/msg48 4524.96 4444.8 5086.2 165.1 - - - -
copy/burst/1000/msg64 5644.98 5523.2 6841 227.3 - - - -
copy/batch/100/u64 26.44 25.5 35.7 0.8 - - - -
copy/batch/100/msg48 100.38 93 148.8 2.9 - - - -
copy/batch/1000/u64 127.39 126.3 144.4 4.4 - - - -
copy/batch/1000/msg48 777.23 777.2 887.8 24.1 - - - -
spsc/rtrb/single_item/u64 6.92 6.9 7.6 0.2 - - - -
spsc/rtrb/single_item/msg48 8.59 8.5 9.5 0.3 - - - -
spsc/rtrb/single_item/msg64 10.86 10.5 13.1 0.4 - - - -
spsc/rtrb/burst_100/u64 678.55 662 788.4 28.2 - - - -
spsc/rtrb/burst_100/msg48 722.41 728.1 783.7 21.9 - - - -
spsc/rtrb/burst_100/msg64 827.29 801.1 1000.4 27 - - - -
spsc/rtrb/burst_1000/u64 6266.47 6159.5 6804.2 206.7 - - - -
spsc/rtrb/burst_1000/msg48 7036.1 6929.8 7511.4 237.4 - - - -
spsc/rtrb/burst_1000/msg64 21337.27 21236.2 23289.8 889.5 - - - -
spsc/crossbeam/single_item/u64 8.69 8.7 9.8 0.3 - - - -
spsc/crossbeam/single_item/msg48 10.58 10.4 11.8 0.4 - - - -
spsc/crossbeam/single_item/msg64 11.13 11.1 12.3 0.5 - - - -
spsc/crossbeam/burst_100/u64 1681.84 1666.6 1820 55.4 - - - -
spsc/crossbeam/burst_100/msg48 1743.94 1724.6 1905.9 57 - - - -
spsc/crossbeam/burst_100/msg64 1794.16 1758.4 1926 58.8 - - - -
spsc/crossbeam/burst_1000/u64 16806.11 16583.6 18179.7 615.3 - - - -
spsc/crossbeam/burst_1000/msg48 19031.37 18805.9 21967.5 743.5 - - - -
spsc/crossbeam/burst_1000/msg64 18829.89 19062.1 20210.6 743.6 - - - -
spsc/rigtorp/single_item/u64 8.43 8.3 9 0.3 - - - -
spsc/rigtorp/single_item/msg48 9.74 9.6 10.4 0.4 - - - -
spsc/rigtorp/single_item/msg64 10.17 10.1 11.6 0.4 - - - -
spsc/rigtorp/burst_100/u64 1539.13 1520.2 1627.9 46.8 - - - -
spsc/rigtorp/burst_100/msg48 1770.65 1757.4 1895.2 57.4 - - - -
spsc/rigtorp/burst_100/msg64 1765.54 1734 1931.5 57 - - - -
spsc/rigtorp/burst_1000/u64 15652.42 15557.8 16802.6 559 - - - -
spsc/rigtorp/burst_1000/msg48 18106.46 17889.6 19314.5 707.4 - - - -
spsc/rigtorp/burst_1000/msg64 31334.02 31209.8 32756.8 1137.3 - - - -
spsc/drogalis/single_item/u64 8.29 8.1 9 0.3 - - - -
spsc/drogalis/single_item/msg48 9.61 9.4 10.3 0.4 - - - -
spsc/drogalis/single_item/msg64 9.27 9.2 9.7 0.3 - - - -
spsc/drogalis/burst_100/u64 1477.2 1477.8 1620 43.3 - - - -
spsc/drogalis/burst_100/msg48 1740.82 1715.4 1859.2 58.6 - - - -
spsc/drogalis/burst_100/msg64 1775.19 1759.8 2026.3 57.1 - - - -
spsc/drogalis/burst_1000/u64 15346.42 15310 17345.3 535.4 - - - -
spsc/drogalis/burst_1000/msg48 19296.16 19471.3 20689.9 767.9 - - - -
spsc/drogalis/burst_1000/msg64 31695.9 31631.8 33430.3 1144 - - - -

Sequence Lock (mantis-seqlock)

Linux

CPU: AMD EPYC 7763 64-Core Processor | Arch: x86_64 | Compiler: rustc 1.96.0-nightly (9602bda1d 2026-04-05)

seqlock_read_contended

Variant ns/op
u64 15.96
msg64 354.74

seqlock_read_uncontended

Variant ns/op
u64 0.63
msg64 1.43
msg128 2.5

seqlock_write

Variant ns/op
u64 1.56
msg64 1.88
msg128 3.13
macOS

CPU: Apple M1 (Virtual) | Arch: arm64 | Compiler: rustc 1.96.0-nightly (9602bda1d 2026-04-05)

seqlock_read_contended

Variant ns/op
u64 92.76
msg64 130.09

seqlock_read_uncontended

Variant ns/op
u64 1.39
msg64 2.15
msg128 4.23

seqlock_write

Variant ns/op
u64 6.96
msg64 7.18
msg128 7.75

Fixed-Point Arithmetic (mantis-fixed)

Linux

CPU: AMD EPYC 7763 64-Core Processor | Arch: x86_64 | Compiler: rustc 1.96.0-nightly (9602bda1d 2026-04-05)

fixed_checked_add

Variant ns/op
FixedI64_6_ 1.25
raw_i64 1.25

fixed_checked_div

Variant ns/op
trunc 5.5
round 5.61

fixed_checked_mul_trunc

Variant ns/op
D=4 3.91
D=6 4.35
D=8 4.35
D=2 4.6

fixed_display

Variant ns/op
FixedI64_6_ 50.44

fixed_mul_round_vs_trunc

Variant ns/op
trunc 4.36
round 13.63

fixed_parse

Variant ns/op
short 19.13
integer_only 24.62
full_precision 34.63

fixed_rescale

Variant ns/op
D2_to_D8_widen 0.63
D6_to_D2_trunc 0.92
macOS

CPU: Apple M1 (Virtual) | Arch: arm64 | Compiler: rustc 1.96.0-nightly (9602bda1d 2026-04-05)

fixed_checked_add

Variant ns/op
raw_i64 1.16
FixedI64_6_ 1.23

fixed_checked_div

Variant ns/op
trunc 3.51
round 4.58

fixed_checked_mul_trunc

Variant ns/op
D=4 1.98
D=8 2.01
D=6 2.04
D=2 2.24

fixed_display

Variant ns/op
FixedI64_6_ 33.38

fixed_mul_round_vs_trunc

Variant ns/op
trunc 1.91
round 2.31

fixed_parse

Variant ns/op
short 11.42
integer_only 15.91
full_precision 23.36

fixed_rescale

Variant ns/op
D2_to_D8_widen 0.52
D6_to_D2_trunc 0.53

Market-State Engine (mantis-market-state)

Linux

CPU: AMD EPYC 7763 64-Core Processor | Arch: x86_64 | Compiler: rustc 1.96.0-nightly (9602bda1d 2026-04-05)

market_state_array_book

Variant ns/op
best_bid 0.94
apply_delta 1.87

market_state_engine

Variant ns/op
micro_price 3.12
process_delta_mid_batch 4.06
process_delta_batch_end 19.84
book_imbalance_5 158.89
macOS

CPU: Apple M1 (Virtual) | Arch: arm64 | Compiler: rustc 1.96.0-nightly (9602bda1d 2026-04-05)

market_state_array_book

Variant ns/op
best_bid 0.65
apply_delta 1

market_state_engine

Variant ns/op
micro_price 1.89
process_delta_mid_batch 2.55
process_delta_batch_end 28.95
book_imbalance_5 127.33

@dependabot dependabot bot force-pushed the dependabot/github_actions/actions-818213016a branch 3 times, most recently from db8fdd4 to 9177f18 Compare April 5, 2026 10:10
Bumps the actions group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `4.3.1` | `6.0.2` |
| [benchmark-action/github-action-benchmark](https://github.com/benchmark-action/github-action-benchmark) | `1.21.0` | `1.22.0` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.6.2` | `7.0.0` |
| [actions/download-artifact](https://github.com/actions/download-artifact) | `4.2.1` | `8.0.1` |
| [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment) | `2.9.1` | `3.0.2` |
| [taiki-e/install-action](https://github.com/taiki-e/install-action) | `2.69.9` | `2.70.3` |
| [dorny/test-reporter](https://github.com/dorny/test-reporter) | `1.9.1` | `3.0.0` |
| [codecov/codecov-action](https://github.com/codecov/codecov-action) | `5.5.3` | `6.0.0` |



Updates `actions/checkout` from 4.3.1 to 6.0.2
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@34e1148...de0fac2)

Updates `benchmark-action/github-action-benchmark` from 1.21.0 to 1.22.0
- [Release notes](https://github.com/benchmark-action/github-action-benchmark/releases)
- [Changelog](https://github.com/benchmark-action/github-action-benchmark/blob/master/CHANGELOG.md)
- [Commits](benchmark-action/github-action-benchmark@a7bc236...a60cea5)

Updates `actions/upload-artifact` from 4.6.2 to 7.0.0
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@ea165f8...bbbca2d)

Updates `actions/download-artifact` from 4.2.1 to 8.0.1
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@95815c3...3e5f45b)

Updates `marocchino/sticky-pull-request-comment` from 2.9.1 to 3.0.2
- [Release notes](https://github.com/marocchino/sticky-pull-request-comment/releases)
- [Commits](marocchino/sticky-pull-request-comment@52423e0...70d2764)

Updates `taiki-e/install-action` from 2.69.9 to 2.70.3
- [Release notes](https://github.com/taiki-e/install-action/releases)
- [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md)
- [Commits](taiki-e/install-action@328a871...6ef672e)

Updates `dorny/test-reporter` from 1.9.1 to 3.0.0
- [Release notes](https://github.com/dorny/test-reporter/releases)
- [Changelog](https://github.com/dorny/test-reporter/blob/main/CHANGELOG.md)
- [Commits](dorny/test-reporter@31a54ee...a43b3a5)

Updates `codecov/codecov-action` from 5.5.3 to 6.0.0
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@1af5884...57e3a13)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: benchmark-action/github-action-benchmark
  dependency-version: 1.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: actions/upload-artifact
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: actions/download-artifact
  dependency-version: 8.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: marocchino/sticky-pull-request-comment
  dependency-version: 3.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: taiki-e/install-action
  dependency-version: 2.70.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: dorny/test-reporter
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: codecov/codecov-action
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/actions-818213016a branch from 9177f18 to 50ce89b Compare April 6, 2026 13:55
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 size/M

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants