Skip to content

Comments

chore(deps): update github-actions#7615

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/github-actions
Dec 21, 2025
Merged

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

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 21, 2025

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change
actions-cool/issues-helper action patch v3.7.3 -> v3.7.4
cross-platform-actions/action action minor v0.30.0 -> v0.32.0
github/codeql-action action patch v4.31.8 -> v4.31.9
oxc-project/setup-rust action patch v1.0.11 -> v1.0.12
taiki-e/install-action action minor v2.63.2 -> v2.65.1

Release Notes

actions-cool/issues-helper (actions-cool/issues-helper)

v3.7.4

Compare Source

2025.12.16

  • 🛠 refactor: check-inactive action ignores already tagged issues. #​220 @​btea
cross-platform-actions/action (cross-platform-actions/action)

v0.32.0

Compare Source

Added
  • Initial release

v0.31.0

Compare Source

Added
  • Initial release
github/codeql-action (github/codeql-action)

v4.31.9

Compare Source

oxc-project/setup-rust (oxc-project/setup-rust)

v1.0.12

Compare Source

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

v2.65.1

Compare Source

Initial release


Configuration

📅 Schedule: Branch creation - "before 10am 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) December 21, 2025 16:41
@netlify
Copy link

netlify bot commented Dec 21, 2025

Deploy Preview for rolldown-rs canceled.

Name Link
🔨 Latest commit 7177259
🔍 Latest deploy log https://app.netlify.com/projects/rolldown-rs/deploys/694825c6a7d51e0008bc2171

@renovate renovate bot force-pushed the renovate/github-actions branch from 64bf893 to 7177259 Compare December 21, 2025 16:52
@github-actions
Copy link
Contributor

Benchmarks Rust

group                                                        pr                                     target
-----                                                        --                                     ------
bundle/bundle@multi-duplicated-top-level-symbol              1.00     65.7±2.15ms        ? ?/sec    1.10     72.5±2.59ms        ? ?/sec
bundle/bundle@multi-duplicated-top-level-symbol-sourcemap    1.00     72.0±1.64ms        ? ?/sec    1.14     81.9±9.05ms        ? ?/sec
bundle/bundle@rome_ts                                        1.00    110.9±2.10ms        ? ?/sec    1.07    118.3±3.72ms        ? ?/sec
bundle/bundle@rome_ts-sourcemap                              1.00    122.0±2.64ms        ? ?/sec    1.05    128.4±5.35ms        ? ?/sec
bundle/bundle@threejs                                        1.00     41.4±2.54ms        ? ?/sec    1.01     41.9±1.04ms        ? ?/sec
bundle/bundle@threejs-sourcemap                              1.00     44.0±1.16ms        ? ?/sec    1.08     47.7±1.13ms        ? ?/sec
bundle/bundle@threejs10x                                     1.00   411.8±12.90ms        ? ?/sec    1.01   417.7±13.53ms        ? ?/sec
bundle/bundle@threejs10x-sourcemap                           1.00   466.8±10.68ms        ? ?/sec    1.05   488.8±13.30ms        ? ?/sec
scan/scan@rome_ts                                            1.00     88.4±2.43ms        ? ?/sec    1.02     90.5±3.90ms        ? ?/sec
scan/scan@threejs                                            1.00     29.8±1.85ms        ? ?/sec    1.00     29.7±0.54ms        ? ?/sec
scan/scan@threejs10x                                         1.00    299.6±7.06ms        ? ?/sec    1.03    307.6±5.52ms        ? ?/sec

@renovate renovate bot merged commit d072a74 into main Dec 21, 2025
62 checks passed
@renovate renovate bot deleted the renovate/github-actions branch December 21, 2025 17:20
shulaoda added a commit that referenced this pull request Dec 22, 2025
## [1.0.0-beta.56] - 2025-12-22

### 💥 BREAKING CHANGES

- rename `MIXED_EXPORT` error to `MIXED_EXPORTS` (#7565) by @sapphi-red

### 🚀 Features

- rename `id` property to `exporter` in CIRCULAR_REEXPORT error (#7592) by @sapphi-red
- add `ids` property to `CIRCULAR_DEPENDENCY` error (#7591) by @sapphi-red
- node/dev: expose `devMode.lazy` (#7549) by @hyf0
- set log and pos properties for `parseAst` function errors (#7568) by @sapphi-red
- set log and pos properties for logs (#7567) by @sapphi-red
- test-dev-sever: support to manually configure port, run tests in concurrent (#7576) by @hyf0
- add `exporter` property to `MISSING_EXPORT` error (#7564) by @sapphi-red
- add `id` property to `PARSE_ERROR` error (#7563) by @sapphi-red
- support ImporterId hook filter (#7540) by @IWANABETHATGUY

### 🐛 Bug Fixes

- types: better "go to definition" experience for interface `OutputPlugin` (#7610) by @KazariEX
- `postBanner` content should be placed after shebang (#7583) by @btea
- use sanitized filename for preserve modules chunk name (#7603) by @IWANABETHATGUY
- correct filter out unused cjs namespace  (#7602) by @IWANABETHATGUY
- watch: property respect `notify.pollInternal` and `notify.compareContents` (#7595) by @sapphi-red
- make `cleanDir` work with default output directory (#7579) by @shulaoda
- merge `MISSING_NAME_OPTION_FOR_UMD_EXPORT` error to `MISSING_NAME_OPTION_FOR_IIFE_EXPORT` error (#7566) by @sapphi-red
- dev/hmr: ensure cjs modules with no exports reference correct `module` identifier (#7544) by @leegeunhyeok

### 🚜 Refactor

- remove `stable_id` field from `PARSE_ERROR` error (#7593) by @sapphi-red
- make include_runtime_symbol reuseable after linking stage (#7580) by @IWANABETHATGUY
- rust/dev: construct the bundler within itself (#7553) by @hyf0
- rust/watcher: polish API of `Watcher` struct (#7551) by @hyf0
- use `LinkingMetadata::stmt_info_included` to check if a stmt_info is included (#7572) by @IWANABETHATGUY
- use `LinkingMetadata::is_included` to check if a module is included (#7571) by @IWANABETHATGUY
- store module and stmt_info is included info to module meta (#7570) by @IWANABETHATGUY
- make include_* method reunsable after linking stage (#7552) by @IWANABETHATGUY
- rust/watcher: construct the bundler within watcher itself (#7550) by @hyf0
- extract make include_runtime_symbol reusable (#7546) by @IWANABETHATGUY

### ⚙️ Miscellaneous Tasks

- renovate: add `kill-port` in `ignoreDeps` in renovate.json (#7619) by @sapphi-red
- deps: update rust crates (#7617) by @renovate[bot]
- deps: update npm packages (#7616) by @renovate[bot]
- deps: update github-actions (#7615) by @renovate[bot]
- ci: skip benchmark workflows on draft PRs (#7611) by @Copilot
- deps: update dependency rolldown-plugin-dts to ^0.19.0 (#7607) by @renovate[bot]
- deps: update dependency oxlint-tsgolint to v0.10.0 (#7601) by @renovate[bot]
- deps: update dependency rolldown-plugin-dts to v0.18.4 (#7599) by @renovate[bot]
- deps: update notify (#7594) by @sapphi-red
- test-dev-server: add retry mechanism to hmr-full-bundle-mode tests (#7588) by @Copilot
- deps: update napi to v3.7.1 (#7590) by @renovate[bot]
- add JSDoc documentation for memfs type (#7587) by @Copilot
- deps: update dependency oxlint to v1.34.0 (#7589) by @renovate[bot]
- move some tests in ignored-by-unsupported-features that are passing (#7569) by @sapphi-red
- deps: update dependency oxlint-tsgolint to v0.9.2 (#7582) by @renovate[bot]
- deps: update oxc resolver to v11.16.0 (#7574) by @renovate[bot]
- test/dev-server: don't run `pnpm install` during tests (#7560) by @hyf0
- test/dev-server: use `kill-port@1` to improve performance (#7575) by @hyf0
- normalize error object to make some Rollup tests pass (#7562) by @sapphi-red
- ci: separate dev-server(hmr) tests and normal tests (#7558) by @hyf0
- ci: make native rolldown build reusable (#7557) by @hyf0
- resolve some TODOs (#7561) by @sapphi-red

### ❤️ New Contributors

* @KazariEX made their first contribution in [#7610](#7610)
* @leegeunhyeok made their first contribution in [#7544](#7544)

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