oxc-project
oxc-resolver
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
chore: release v11.24.3
release-plz-2026-07-16T13-01-51Z
6 hours ago
chore: release v11.24.3
release-plz-2026-07-16T13-01-51Z
6 hours ago
chore(deps): update codspeedhq/action action to v5 (#1340) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [CodSpeedHQ/action](https://redirect.github.com/CodSpeedHQ/action) | action | major | `v4.19.1` โ `v5.0.1` | --- ### Release Notes <details> <summary>CodSpeedHQ/action (CodSpeedHQ/action)</summary> ### [`v5.0.1`](https://redirect.github.com/CodSpeedHQ/action/releases/tag/v5.0.1) [Compare Source](https://redirect.github.com/CodSpeedHQ/action/compare/v5.0.0...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](https://codspeed.io/docs/instruments/cpu#estimating-cycles). ##### New: allocation exclusion Opt in to `exclude-allocations` to remove allocator time from benchmarks in Simulation mode and reduce variance. See [docs](https://codspeed.io/docs/instruments/cpu/allocation-exclusion). ##### `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 ##### <!-- 0 -->๐ Features - Load eBPF through a delegated BPF token by [@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) - Enable cycle estimation and allocation exclusion by default by [@​not-matthias](https://redirect.github.com/not-matthias) in [#​461](https://redirect.github.com/CodSpeedHQ/runner/pull/461) - Make samply profiler default for all OSes ([#​472](https://redirect.github.com/CodSpeedHQ/action/issues/472)) by [@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) in [#​475](https://redirect.github.com/CodSpeedHQ/runner/pull/475) ##### <!-- 1 -->๐ Bug Fixes - Classify mapped libraries without init-userns privilege by [@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) - Disable allocator exclusion by default ([#​489](https://redirect.github.com/CodSpeedHQ/action/issues/489)) by [@​not-matthias](https://redirect.github.com/not-matthias) in [#​489](https://redirect.github.com/CodSpeedHQ/runner/pull/489) ##### <!-- 10 -->๐ผ Other - Bump the memtrack pin to 1.4.0 by [@​adriencaccia](https://redirect.github.com/adriencaccia) in [#​484](https://redirect.github.com/CodSpeedHQ/runner/pull/484) ##### <!-- 2 -->๐๏ธ Refactor - Hook-based CPU isolation for the walltime runner by [@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) ##### <!-- 6 -->๐งช Testing - Run every tracking test under both BPF variants by [@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) ##### <!-- 7 -->โ๏ธ Internals - chore: bump runner version to 5.0.1 by [@​github-actions](https://redirect.github.com/github-actions)\[bot] in [#​228](https://redirect.github.com/CodSpeedHQ/action/pull/228) - docs: bump documented action version to v5 by [@​adriencaccia](https://redirect.github.com/adriencaccia) in [#​227](https://redirect.github.com/CodSpeedHQ/action/pull/227) - Bump submodule to reduce debug info server timeouts by [@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) - Make tests run release builds of the binaries by [@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) in [#​456](https://redirect.github.com/CodSpeedHQ/runner/pull/456) - Update submodule to fix fmt and ignore ubuntu debuginfod serv by [@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) #### Install codspeed-runner 5.0.1 ##### Install prebuilt binaries via shell script ```sh curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/codspeed/releases/download/v5.0.1/codspeed-runner-installer.sh | sh ``` #### Download codspeed-runner 5.0.1 | File | Platform | Checksum | | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------- | ------------------------------------------------------------------------------------------------------------------------------------ | | [codspeed-runner-aarch64-apple-darwin.tar.gz](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v5.0.1/codspeed-runner-aarch64-apple-darwin.tar.gz) | Apple Silicon macOS | [checksum](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v5.0.1/codspeed-runner-aarch64-apple-darwin.tar.gz.sha256) | | [codspeed-runner-aarch64-unknown-linux-musl.tar.gz](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v5.0.1/codspeed-runner-aarch64-unknown-linux-musl.tar.gz) | ARM64 MUSL Linux | [checksum](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v5.0.1/codspeed-runner-aarch64-unknown-linux-musl.tar.gz.sha256) | | [codspeed-runner-x86\_64-unknown-linux-musl.tar.gz](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v5.0.1/codspeed-runner-x86_64-unknown-linux-musl.tar.gz) | x64 MUSL Linux | [checksum](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v5.0.1/codspeed-runner-x86_64-unknown-linux-musl.tar.gz.sha256) | **Full Runner Changelog**: <https://github.com/CodSpeedHQ/codspeed/blob/main/CHANGELOG.md> **Full Changelog**: <https://github.com/CodSpeedHQ/action/compare/v4.19.1...v5.0.1> ### [`v5.0.0`](https://redirect.github.com/CodSpeedHQ/action/compare/v4.19.1...v5.0.0) [Compare Source](https://redirect.github.com/CodSpeedHQ/action/compare/v4.19.1...v5.0.0) </details> --- ### Configuration ๐ **Schedule**: (in timezone Asia/Shanghai) - Branch creation - "before 10am on monday" - Automerge - At any time (no schedule defined) ๐ฆ **Automerge**: Enabled. โป **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. ๐ **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/oxc-project/oxc-resolver). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4zLjIiLCJ1cGRhdGVkSW5WZXIiOiI0NC4zLjIiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
main
6 hours ago
chore(deps): update codspeedhq/action action to v5
renovate/major-github-actions
6 hours ago
chore: release v11.24.3
release-plz-2026-07-16T13-01-51Z
6 hours ago
chore(deps): update rust crate json-strip-comments to v3.1.2 (#1338) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [json-strip-comments](https://redirect.github.com/oxc-project/json-strip-comments) | dependencies | patch | `3.1.1` โ `3.1.2` | --- ### Release Notes <details> <summary>oxc-project/json-strip-comments (json-strip-comments)</summary> ### [`v3.1.2`](https://redirect.github.com/oxc-project/json-strip-comments/blob/HEAD/CHANGELOG.md#312---2026-07-27) [Compare Source](https://redirect.github.com/oxc-project/json-strip-comments/compare/json-strip-comments-v3.1.1...json-strip-comments-v3.1.2) ##### Other - *(json-strip-comments)* exclude extraneous files from published package ([#​209](https://redirect.github.com/oxc-project/json-strip-comments/pull/209)) - *(deps)* update rust crates ([#​210](https://redirect.github.com/oxc-project/json-strip-comments/pull/210)) - *(deps)* update semgrep/semgrep docker tag to v1.171.0 ([#​211](https://redirect.github.com/oxc-project/json-strip-comments/pull/211)) - *(semgrep)* add scan workflow ([#​208](https://redirect.github.com/oxc-project/json-strip-comments/pull/208)) - *(deps)* update actions/setup-node action to v7 ([#​207](https://redirect.github.com/oxc-project/json-strip-comments/pull/207)) - *(deps)* update actions/setup-node action to v6.5.0 ([#​206](https://redirect.github.com/oxc-project/json-strip-comments/pull/206)) - *(deps)* update dependency rust to v1.97.1 ([#​205](https://redirect.github.com/oxc-project/json-strip-comments/pull/205)) - update sponsor section - *(deps)* update rust crates ([#​203](https://redirect.github.com/oxc-project/json-strip-comments/pull/203)) - *(deps)* update codspeedhq/action action to v4.18.5 ([#​202](https://redirect.github.com/oxc-project/json-strip-comments/pull/202)) - *(deps)* update dependency rust to v1.97.0 ([#​201](https://redirect.github.com/oxc-project/json-strip-comments/pull/201)) - restore original Apache-2.0 license ([#​200](https://redirect.github.com/oxc-project/json-strip-comments/pull/200)) - *(deps)* update rust to v1.96.1 ([#​199](https://redirect.github.com/oxc-project/json-strip-comments/pull/199)) - standardize rustfmt config - normalize README sponsor section - configure clippy exported api lint ([#​196](https://redirect.github.com/oxc-project/json-strip-comments/pull/196)) - add crates environment to release workflow - *(deps)* update github actions ([#​193](https://redirect.github.com/oxc-project/json-strip-comments/pull/193)) - use codspeed simulation mode ([#​192](https://redirect.github.com/oxc-project/json-strip-comments/pull/192)) - use codspeed mode input ([#​191](https://redirect.github.com/oxc-project/json-strip-comments/pull/191)) - enable codspeed simulation ([#​190](https://redirect.github.com/oxc-project/json-strip-comments/pull/190)) - *(deps)* update rust crates ([#​189](https://redirect.github.com/oxc-project/json-strip-comments/pull/189)) - *(deps)* update github actions ([#​188](https://redirect.github.com/oxc-project/json-strip-comments/pull/188)) - *(deps)* update rust crates ([#​187](https://redirect.github.com/oxc-project/json-strip-comments/pull/187)) - *(deps)* update github actions to v4.17.5 ([#​186](https://redirect.github.com/oxc-project/json-strip-comments/pull/186)) - *(deps)* update github actions to v4.17.0 ([#​185](https://redirect.github.com/oxc-project/json-strip-comments/pull/185)) - *(deps)* update rust crates ([#​183](https://redirect.github.com/oxc-project/json-strip-comments/pull/183)) - *(deps)* update github actions ([#​182](https://redirect.github.com/oxc-project/json-strip-comments/pull/182)) - *(deps)* update dependency rust to v1.96.0 ([#​181](https://redirect.github.com/oxc-project/json-strip-comments/pull/181)) - *(deps)* update rust crates ([#​180](https://redirect.github.com/oxc-project/json-strip-comments/pull/180)) - *(deps)* update github actions ([#​179](https://redirect.github.com/oxc-project/json-strip-comments/pull/179)) - switch security workflow to ubuntu-latest ([#​178](https://redirect.github.com/oxc-project/json-strip-comments/pull/178)) - update packageManager to pnpm 11.0.4 ([#​177](https://redirect.github.com/oxc-project/json-strip-comments/pull/177)) - *(deps)* update github actions ([#​176](https://redirect.github.com/oxc-project/json-strip-comments/pull/176)) - *(deps)* update pnpm/action-setup action to v6.0.4 ([#​175](https://redirect.github.com/oxc-project/json-strip-comments/pull/175)) - *(deps)* update github actions ([#​174](https://redirect.github.com/oxc-project/json-strip-comments/pull/174)) - *(deps)* update github-actions ([#​172](https://redirect.github.com/oxc-project/json-strip-comments/pull/172)) </details> --- ### Configuration ๐ **Schedule**: (in timezone Asia/Shanghai) - Branch creation - "before 10am on monday" - Automerge - At any time (no schedule defined) ๐ฆ **Automerge**: Enabled. โป **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. ๐ **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/oxc-project/oxc-resolver). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4zLjIiLCJ1cGRhdGVkSW5WZXIiOiI0NC4zLjIiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
main
6 hours ago
chore(deps): update github actions (#1339) This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [CodSpeedHQ/action](https://redirect.github.com/CodSpeedHQ/action) | action | minor | `v4.18.5` โ `v4.19.1` | | | [oxc-project/setup-node](https://redirect.github.com/oxc-project/setup-node) | action | patch | `v1.3.1` โ `v1.3.2` | `v1.4.0` | | [semgrep/semgrep](https://redirect.github.com/semgrep/semgrep-proprietary) | container | minor | `1.171.0` โ `1.172.0` | | --- ### Release Notes <details> <summary>CodSpeedHQ/action (CodSpeedHQ/action)</summary> ### [`v4.19.1`](https://redirect.github.com/CodSpeedHQ/action/releases/tag/v4.19.1) [Compare Source](https://redirect.github.com/CodSpeedHQ/action/compare/v4.19.0...v4.19.1) #### Release Notes This release ships improvements for the memory instrument. The memory instrument now lazily attaches to allocators, which lowers the startup time to a few seconds (down from minutes on certain systems). Additionally, we shipped a series of serialization improvements, removing in some large benchmarks 3+ minutes of extra CI time. ##### <!-- 1 -->๐ Bug Fixes - Track successful posix\_memalign allocations ([#​470](https://redirect.github.com/CodSpeedHQ/action/issues/470)) by [@​not-matthias](https://redirect.github.com/not-matthias) in [#​470](https://redirect.github.com/CodSpeedHQ/runner/pull/470) - Prompt sudo on interactive stdin ([#​459](https://redirect.github.com/CodSpeedHQ/action/issues/459)) by [@​not-matthias](https://redirect.github.com/not-matthias) in [#​459](https://redirect.github.com/CodSpeedHQ/runner/pull/459) - Reject empty command before executor setup ([#​467](https://redirect.github.com/CodSpeedHQ/action/issues/467)) by [@​not-matthias](https://redirect.github.com/not-matthias) in [#​467](https://redirect.github.com/CodSpeedHQ/runner/pull/467) ##### <!-- 7 -->โ๏ธ Internals - chore: bump runner version to 4.19.1 by [@​github-actions](https://redirect.github.com/github-actions)\[bot] in [#​225](https://redirect.github.com/CodSpeedHQ/action/pull/225) ##### <!-- 10 -->๐ผ Other - Bump the memtrack pin to 1.3.0 by [@​adriencaccia](https://redirect.github.com/adriencaccia) in [#​474](https://redirect.github.com/CodSpeedHQ/runner/pull/474) #### Install codspeed-runner 4.19.1 ##### Install prebuilt binaries via shell script ```sh curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/codspeed/releases/download/v4.19.1/codspeed-runner-installer.sh | sh ``` #### Download codspeed-runner 4.19.1 | File | Platform | Checksum | | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | | [codspeed-runner-aarch64-apple-darwin.tar.gz](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.19.1/codspeed-runner-aarch64-apple-darwin.tar.gz) | Apple Silicon macOS | [checksum](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.19.1/codspeed-runner-aarch64-apple-darwin.tar.gz.sha256) | | [codspeed-runner-aarch64-unknown-linux-musl.tar.gz](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.19.1/codspeed-runner-aarch64-unknown-linux-musl.tar.gz) | ARM64 MUSL Linux | [checksum](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.19.1/codspeed-runner-aarch64-unknown-linux-musl.tar.gz.sha256) | | [codspeed-runner-x86\_64-unknown-linux-musl.tar.gz](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.19.1/codspeed-runner-x86_64-unknown-linux-musl.tar.gz) | x64 MUSL Linux | [checksum](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.19.1/codspeed-runner-x86_64-unknown-linux-musl.tar.gz.sha256) | **Full Runner Changelog**: <https://github.com/CodSpeedHQ/codspeed/blob/main/CHANGELOG.md> **Full Changelog**: <https://github.com/CodSpeedHQ/action/compare/v4.19.0...v4.19.1> ### [`v4.19.0`](https://redirect.github.com/CodSpeedHQ/action/releases/tag/v4.19.0) [Compare Source](https://redirect.github.com/CodSpeedHQ/action/compare/v4.18.5...v4.19.0) #### Release Notes This release adds a new `--experimental-exclude-allocations` feature to remove allocator time from Simulation benchmarks. ##### <!-- 0 -->๐ Features - Remove eager allocator discovery by [@​not-matthias](https://redirect.github.com/not-matthias) - Attach allocator probes on demand via exec-mapping watcher by [@​not-matthias](https://redirect.github.com/not-matthias) - Add exec-mapping watcher BPF prog and inode maps by [@​not-matthias](https://redirect.github.com/not-matthias) - Add experimental --exclude-allocations setting by [@​not-matthias](https://redirect.github.com/not-matthias) ##### <!-- 1 -->๐ Bug Fixes - Join attach worker thread on drop, not only on finish() by [@​not-matthias](https://redirect.github.com/not-matthias) in [#​445](https://redirect.github.com/CodSpeedHQ/runner/pull/445) - Fail loud when a watcher mapping is unresolved on a live process by [@​not-matthias](https://redirect.github.com/not-matthias) - Canonicalize map\_files dirent name for low-address mappings by [@​not-matthias](https://redirect.github.com/not-matthias) - Classify unprefixed jemalloc builds as jemalloc by [@​not-matthias](https://redirect.github.com/not-matthias) - Fail closed when tracking\_enabled lookup fails by [@​not-matthias](https://redirect.github.com/not-matthias) - Lower zstd compression level to -5 to reduce serialization overhead by [@​not-matthias](https://redirect.github.com/not-matthias) - Wire MemtrackWriter serializer through BufWriter to fix per-event zstd compression bottleneck by [@​not-matthias](https://redirect.github.com/not-matthias) ##### <!-- 10 -->๐ผ Other - Let the tracker own the poller and drain on shutdown by [@​not-matthias](https://redirect.github.com/not-matthias) - Return the underlying sink from MemtrackWriter::finish by [@​not-matthias](https://redirect.github.com/not-matthias) ##### <!-- 2 -->๐๏ธ Refactor - Split monolithic eBPF C and Rust into domain files by [@​not-matthias](https://redirect.github.com/not-matthias) - Split memtrack into module by [@​not-matthias](https://redirect.github.com/not-matthias) - Attach uprobes at resolved file offsets instead of func\_name by [@​not-matthias](https://redirect.github.com/not-matthias) - Align cycle-estimation flag with experimental naming scheme by [@​not-matthias](https://redirect.github.com/not-matthias) in [#​425](https://redirect.github.com/CodSpeedHQ/runner/pull/425) ##### <!-- 3 -->๐ Documentation - Add crate AGENTS.md guide by [@​not-matthias](https://redirect.github.com/not-matthias) in [#​455](https://redirect.github.com/CodSpeedHQ/runner/pull/455) - Stop hardcoding MCP tool schemas in the optimize skill by [@​fargito](https://redirect.github.com/fargito) in [#​451](https://redirect.github.com/CodSpeedHQ/runner/pull/451) ##### <!-- 4 -->โก Performance - Drain ringbuf bursts eagerly and reserve poller cores by [@​not-matthias](https://redirect.github.com/not-matthias) in [#​436](https://redirect.github.com/CodSpeedHQ/runner/pull/436) - Grow the event ring buffer to 256 MiB by [@​not-matthias](https://redirect.github.com/not-matthias) - Wake the ringbuf consumer only past a data watermark by [@​not-matthias](https://redirect.github.com/not-matthias) - Pre-size and reuse the memtrack encode window buffer by [@​not-matthias](https://redirect.github.com/not-matthias) - Replace drain/writer threads with the encode pipeline by [@​not-matthias](https://redirect.github.com/not-matthias) - Add parallel zstd encode pipeline for artifact events by [@​not-matthias](https://redirect.github.com/not-matthias) - Detach BPF links in parallel at teardown by [@​not-matthias](https://redirect.github.com/not-matthias) in [#​440](https://redirect.github.com/CodSpeedHQ/runner/pull/440) - Resolve allocator symbol offsets in parallel by [@​not-matthias](https://redirect.github.com/not-matthias) ##### <!-- 6 -->๐งช Testing - Add dlopen/on-demand allocator tests + CI matrix by [@​not-matthias](https://redirect.github.com/not-matthias) - Benchmark encode\_events with a realistic allocation trace by [@​not-matthias](https://redirect.github.com/not-matthias) ##### <!-- 7 -->โ๏ธ Internals - chore: bump runner version to 4.19.0 by [@​github-actions](https://redirect.github.com/github-actions)\[bot] in [#​224](https://redirect.github.com/CodSpeedHQ/action/pull/224) - Lower on-demand attach log to debug by [@​not-matthias](https://redirect.github.com/not-matthias) in [#​462](https://redirect.github.com/CodSpeedHQ/runner/pull/462) - Install rust toolchain by explicit channel for older rustup by [@​not-matthias](https://redirect.github.com/not-matthias) - Also run runner-shared benchmarks in walltime mode by [@​not-matthias](https://redirect.github.com/not-matthias) - Dedup memtrack build deps into install-bpf-deps action by [@​not-matthias](https://redirect.github.com/not-matthias) #### Install codspeed-runner 4.19.0 ##### Install prebuilt binaries via shell script ```sh curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/codspeed/releases/download/v4.19.0/codspeed-runner-installer.sh | sh ``` #### Download codspeed-runner 4.19.0 | File | Platform | Checksum | | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | | [codspeed-runner-aarch64-apple-darwin.tar.gz](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.19.0/codspeed-runner-aarch64-apple-darwin.tar.gz) | Apple Silicon macOS | [checksum](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.19.0/codspeed-runner-aarch64-apple-darwin.tar.gz.sha256) | | [codspeed-runner-aarch64-unknown-linux-musl.tar.gz](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.19.0/codspeed-runner-aarch64-unknown-linux-musl.tar.gz) | ARM64 MUSL Linux | [checksum](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.19.0/codspeed-runner-aarch64-unknown-linux-musl.tar.gz.sha256) | | [codspeed-runner-x86\_64-unknown-linux-musl.tar.gz](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.19.0/codspeed-runner-x86_64-unknown-linux-musl.tar.gz) | x64 MUSL Linux | [checksum](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.19.0/codspeed-runner-x86_64-unknown-linux-musl.tar.gz.sha256) | **Full Runner Changelog**: <https://github.com/CodSpeedHQ/codspeed/blob/main/CHANGELOG.md> **Full Changelog**: <https://github.com/CodSpeedHQ/action/compare/v4.18.5...v4.19.0> </details> <details> <summary>oxc-project/setup-node (oxc-project/setup-node)</summary> ### [`v1.3.2`](https://redirect.github.com/oxc-project/setup-node/releases/tag/v1.3.2) [Compare Source](https://redirect.github.com/oxc-project/setup-node/compare/v1.3.1...v1.3.2) #### What's Changed - docs: normalize README sponsor section by [@​Boshen](https://redirect.github.com/Boshen) in [#​25](https://redirect.github.com/oxc-project/setup-node/pull/25) - docs: update sponsor section by [@​Boshen](https://redirect.github.com/Boshen) in [#​26](https://redirect.github.com/oxc-project/setup-node/pull/26) - ci(semgrep): add scan workflow by [@​Boshen](https://redirect.github.com/Boshen) in [#​29](https://redirect.github.com/oxc-project/setup-node/pull/29) - Update semgrep/semgrep Docker tag to v1.170.1 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​30](https://redirect.github.com/oxc-project/setup-node/pull/30) - Update pnpm/action-setup action to v6.0.9 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​22](https://redirect.github.com/oxc-project/setup-node/pull/22) - Update actions/cache action to v5.1.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​24](https://redirect.github.com/oxc-project/setup-node/pull/24) - Update actions/setup-node action to v6.5.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​27](https://redirect.github.com/oxc-project/setup-node/pull/27) - Update actions/cache action to v6 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​23](https://redirect.github.com/oxc-project/setup-node/pull/23) - Update actions/setup-node action to v7 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​28](https://redirect.github.com/oxc-project/setup-node/pull/28) **Full Changelog**: <https://github.com/oxc-project/setup-node/compare/v1.3.1...v1.3.2> </details> --- ### Configuration ๐ **Schedule**: (in timezone Asia/Shanghai) - Branch creation - "before 10am on monday" - Automerge - At any time (no schedule defined) ๐ฆ **Automerge**: Enabled. โป **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. ๐ป **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/oxc-project/oxc-resolver). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4zLjIiLCJ1cGRhdGVkSW5WZXIiOiI0NC4zLjIiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
main
6 hours ago
chore(deps): update github actions
renovate/github-actions
6 hours ago
Latest Branches
CodSpeed Performance Gauge
+3%
chore: release v11.24.3
#1312
6 hours ago
2ef1d22
release-plz-2026-07-16T13-01-51Z
CodSpeed Performance Gauge
N/A
chore(deps): update codspeedhq/action action to v5
#1340
6 hours ago
c1040f8
renovate/major-github-actions
CodSpeed Performance Gauge
-1%
chore(deps): update github actions
#1339
6 hours ago
e321ad6
renovate/github-actions
ยฉ 2026 CodSpeed Technology
Home
Terms
Privacy
Docs