Skip to content

Comments

chore(deps): update github-actions#6710

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/github-actions
Oct 26, 2025
Merged

chore(deps): update github-actions#6710
renovate[bot] merged 1 commit intomainfrom
renovate/github-actions

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 26, 2025

This PR contains the following updates:

Package Type Update Change
CodSpeedHQ/action action minor v4.2.1 -> v4.3.1
github/codeql-action action minor v4.30.9 -> v4.31.0
taiki-e/install-action action patch v2.62.33 -> v2.62.38

Release Notes

CodSpeedHQ/action (CodSpeedHQ/action)

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

github/codeql-action (github/codeql-action)

v4.31.0

Compare Source

taiki-e/install-action (taiki-e/install-action)

v2.62.38

Compare Source

Initial release


Configuration

📅 Schedule: Branch creation - "before 9am on monday" in timezone Asia/Shanghai, 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 if that's undesired.


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

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

@renovate renovate bot enabled auto-merge (squash) October 26, 2025 16:10
@graphite-app
Copy link
Contributor

graphite-app bot commented Oct 26, 2025

How to use the Graphite Merge Queue

Add the label graphite: merge to this PR to add it to the merge queue.

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

@netlify
Copy link

netlify bot commented Oct 26, 2025

Deploy Preview for rolldown-rs canceled.

Name Link
🔨 Latest commit c04f1c9
🔍 Latest deploy log https://app.netlify.com/projects/rolldown-rs/deploys/68fe8e6859daba0008bbc7de

@github-actions
Copy link
Contributor

github-actions bot commented Oct 26, 2025

Benchmarks Rust

group                                                        pr                                     target
-----                                                        --                                     ------
bundle/bundle@multi-duplicated-top-level-symbol              1.00     67.7±1.27ms        ? ?/sec    1.00     67.5±1.57ms        ? ?/sec
bundle/bundle@multi-duplicated-top-level-symbol-sourcemap    1.02     72.8±1.62ms        ? ?/sec    1.00     71.7±1.62ms        ? ?/sec
bundle/bundle@rome_ts                                        1.00    108.7±2.21ms        ? ?/sec    1.03    111.5±4.12ms        ? ?/sec
bundle/bundle@rome_ts-sourcemap                              1.00    121.2±1.59ms        ? ?/sec    1.03    124.8±2.02ms        ? ?/sec
bundle/bundle@threejs                                        1.01     39.6±2.48ms        ? ?/sec    1.00     39.2±0.61ms        ? ?/sec
bundle/bundle@threejs-sourcemap                              1.00     42.8±0.51ms        ? ?/sec    1.07     45.7±1.62ms        ? ?/sec
bundle/bundle@threejs10x                                     1.01    401.0±4.88ms        ? ?/sec    1.00    398.6±4.89ms        ? ?/sec
bundle/bundle@threejs10x-sourcemap                           1.00    466.4±5.93ms        ? ?/sec    1.01   469.8±25.35ms        ? ?/sec
scan/scan@rome_ts                                            1.02     86.6±1.73ms        ? ?/sec    1.00     85.2±1.50ms        ? ?/sec
scan/scan@threejs                                            1.03     29.9±2.03ms        ? ?/sec    1.00     28.9±0.50ms        ? ?/sec
scan/scan@threejs10x                                         1.00    299.1±5.26ms        ? ?/sec    1.00    297.9±5.12ms        ? ?/sec

@renovate renovate bot force-pushed the renovate/github-actions branch from 8b60f44 to a5c9338 Compare October 26, 2025 18:07
@renovate renovate bot force-pushed the renovate/github-actions branch from a5c9338 to c04f1c9 Compare October 26, 2025 21:11
@renovate renovate bot merged commit d8d9fe3 into main Oct 26, 2025
46 checks passed
@renovate renovate bot deleted the renovate/github-actions branch October 26, 2025 21:24
shulaoda added a commit that referenced this pull request Oct 27, 2025
## [1.0.0-beta.45] - 2025-10-27

### 🚀 Features

- plugin/vite-resolve: add `legacyInconsistentCjsInterop` option (#6687) by @sapphi-red
- rolldown_plugin_vite_css_post: initialize `CSSStyles` (#6691) by @shulaoda
- rolldown_plugin_manifest: align with `vitejs/vite#20585` (#6684) by @shulaoda
- enabling mangle private class members (#6679) by @IWANABETHATGUY
- rolldown_resolver: auto tsconfig discovery (#6602) by @Boshen
- support named imports + CJS by optimization.inlineConst (#6644) by @IWANABETHATGUY

### 🐛 Bug Fixes

- rolldown_binding: use Record instead of Map (#6715) by @shulaoda
- validate valibot schema against existing type (#6703) by @ocavue
- rolldown_plugin_vite_css_post: align some logic (#6697) by @shulaoda
- node/options: should validate `transform.jsx` correctly (#6698) by @ocavue
- inherit runtime helpers from eliminated dependencies (#6689) by @IWANABETHATGUY
- clean-dir: advance clean outdir to allow `generateBundle` outputs (#6647) by @aprosail
- rename variable to better reflect its purpose and fix CJS imports (#6663) by @IWANABETHATGUY
- bailout tree shake commonjs export when it is defined multiple time (#6659) by @IWANABETHATGUY
- rolldown_plugin_reporter: color dimmed text correctly (#6649) by @sapphi-red
- don't inline json module when used as a namespace reference (#6652) by @IWANABETHATGUY
- avoid `define` deprecation warning when loading a config file (#6641) by @sapphi-red

### 💼 Other

- pluginutils: switch to tsc to solve the issue of loading conflicting binary (#6708) by @hyf0

### 🚜 Refactor

- node: only call `transformToRollupOutput` when needed (#6695) by @hyf0
- node: split `transformToRollupOutput` into mutable and immutable versions (#6693) by @hyf0
- remove unnecessaey lazy data passing for `BindingOutputs` (#6692) by @hyf0
- rolldown_plugin_utils: tweak `CSSEntriesCache` (#6685) by @shulaoda
- rolldown_binding: use unified `BindingRenderBuiltUrl` (#6653) by @shulaoda

### 📚 Documentation

- in-depth about `experimental.nativeMagicString` (#6713) by @IWANABETHATGUY
- polish `optimization` (#6719) by @IWANABETHATGUY
- clarify `output.cleanDir` timing behavior for plugin compatibility (#6682) by @Copilot
- add Kevin Deng, 翠 (sapphi-red), and Alexander Lichter to team page with Bluesky links (#6664) by @Copilot
- polish `preserveEntrySignature` doc (#6661) by @IWANABETHATGUY
- set up redirects via netlify (#6654) by @TheAlexLichter
- polish doc about `treeshake` (#6650) by @IWANABETHATGUY
- rework options documentation first round (#6542) by @hyf0

### ⚡ Performance

- rolldown: upgrade sugar_path (#6646) by @Brooooooklyn

### 🧪 Testing

- add live bindings test for default export snapshot semantics (#6538) by @Copilot

### ⚙️ Miscellaneous Tasks

- deps: lock file maintenance npm packages (#6714) by @renovate[bot]
- deps: update github-actions (#6710) by @renovate[bot]
- deps: update dependency @vueuse/core to v14 (#6711) by @renovate[bot]
- deps: update github-actions (major) (#6712) by @renovate[bot]
- deps: update dependency tsdown to v0.15.10 (#6706) by @renovate[bot]
- remove `typedoc` dependency and cleanup unused documentation generation (#6686) by @Copilot
- deps: update dependency rolldown-plugin-dts to v0.17.1 (#6690) by @renovate[bot]
- lint: `oxlint --type-aware` (#5660) by @Boshen
- rolldown: update napi and js binding (#6676) by @Brooooooklyn
- deps: update vitest to v4 (#6673) by @sapphi-red
- test: support `DevTestMeta#dev` (#6672) by @hyf0
- deps: update dependency rolldown-plugin-dts to ^0.17.0 (#6671) by @renovate[bot]
- test: move dev related options to rolldown_dev_common (#6667) by @hyf0
- test: add `DevTestMeta` under `TestMeta#dev` to control dev related behaviors (#6666) by @hyf0
- deps: update dependency vite to v7.1.11 [security] (#6645) by @renovate[bot]
- pluginutils: use rolldown to build plugutils (#6642) by @Brooooooklyn
- deps: update dependency tsdown to v0.15.9 (#6643) by @renovate[bot]

### ❤️ New Contributors

* @ocavue made their first contribution in [#6703](#6703)

Co-authored-by: shulaoda <[email protected]>
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.

0 participants