Skip to content

chore(deps): update taiki-e/install-action action to v2.79.5#443

Draft
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/taiki-e-install-action-2.x
Draft

chore(deps): update taiki-e/install-action action to v2.79.5#443
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/taiki-e-install-action-2.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 23, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change Pending
taiki-e/install-action action minor v2.69.6v2.79.5 v2.81.6 (+17)

Release Notes

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

v2.79.5: 2.79.5

Compare Source

  • Update jaq@latest to 3.0.0. (#​1861, thanks @​MusicalNinjaDad)

  • Update wasmtime@latest to 45.0.0.

  • Update wasm-tools@latest to 1.250.0.

  • Update tombi@latest to 0.11.6.

  • Update mise@latest to 2026.5.13.

v2.79.4: 2.79.4

Compare Source

  • Update martin@latest to 1.10.1.

  • Update prek@latest to 0.4.1.

  • Update protoc@latest to 3.35.0.

  • Update mdbook@latest to 0.5.3.

v2.79.3: 2.79.3

Compare Source

  • Update mise@latest to 2026.5.12.

  • Update martin@latest to 1.10.0.

  • Update uv@latest to 0.11.15.

v2.79.2: 2.79.2

Compare Source

  • Update mise@latest to 2026.5.11.

  • Update vacuum@latest to 0.26.5.

  • Update cargo-shear@latest to 1.12.4.

v2.79.1: 2.79.1

Compare Source

  • Update tombi@latest to 0.11.5.

  • Update cargo-nextest@latest to 0.9.136.

  • Update typos@latest to 1.46.2.

  • Update mise@latest to 2026.5.10.

v2.79.0: 2.79.0

Compare Source

  • Support more host architectures. (#​1841, thanks @​Gelbpunkt)

  • Deprecate mdbook-alerts because the feature now included in mdbook and the repository has been archived. (#​1844)

  • Deprecate iai-callgrind-runner because it has been renamed to gungraun-runner. gungraun-runner is also supported by this action. (#​1844)

v2.78.3: 2.78.3

Compare Source

  • Update zizmor@latest to 1.25.2.

  • Update cargo-zigbuild@latest to 0.22.3. (#​1814, thanks @​simonhollingshead)

  • Update wasm-tools@latest to 1.249.0.

  • Update gungraun-runner@latest to 0.19.0.

v2.78.2: 2.78.2

Compare Source

  • Update wasm-pack@latest to 0.15.0.

  • Update zizmor@latest to 1.25.0.

  • Update mise@latest to 2026.5.9.

  • Update cargo-nextest@latest to 0.9.135.

  • Update cyclonedx@latest to 0.32.0.

  • Update prek@latest to 0.4.0.

v2.78.1: 2.78.1

Compare Source

  • Update mise@latest to 2026.5.7.

  • Diagnostic improvements.

v2.78.0: 2.78.0

Compare Source

  • Support cargo-mutants. (#​1812, thanks @​jakewimmer)

  • Update covgate@latest to 0.2.0.

  • Update cargo-llvm-cov@latest to 0.8.7.

  • Update uv@latest to 0.11.14.

  • Update martin@latest to 1.9.1.

  • Update tombi@latest to 0.11.4.

v2.77.7: 2.77.7

Compare Source

  • Update mise@latest to 2026.5.6.

  • Update cargo-deny@latest to 0.19.6.

v2.77.6: 2.77.6

Compare Source

  • Fix wasm-pack installation failure.

  • Update mise@latest to 2026.5.5.

  • Update release-plz@latest to 0.3.158.

  • Update just@latest to 1.51.0.

v2.77.5: 2.77.5

Compare Source

  • Update biome@latest to 2.4.15.

  • Update mise@latest to 2026.5.4.

  • Update cargo-deny@latest to 0.19.5.

v2.77.4: 2.77.4

Compare Source

  • Update tombi@latest to 0.11.1.

  • Update cargo-llvm-cov@latest to 0.8.6.

  • Update uv@latest to 0.11.12.

v2.77.3: 2.77.3

Compare Source

  • Update typos@latest to 1.46.1.

  • Update rclone@latest to 1.74.1.

  • Update tombi@latest to 0.11.0.

  • Update osv-scanner@latest to 2.3.8.

  • Update mise@latest to 2026.5.3.

v2.77.2: 2.77.2

Compare Source

  • Update martin@latest to 1.9.0.

  • Update wasm-bindgen@latest to 0.2.121.

  • Update uv@latest to 0.11.11.

  • Update mise@latest to 2026.5.1.

  • Update prek@latest to 0.3.13.

  • Update tombi@latest to 0.10.6.

v2.77.1: 2.77.1

Compare Source

  • Support taiki-e/install-action@rust tag.

  • Update tombi@latest to 0.10.3.

  • Update martin@latest to 1.8.2.

v2.77.0: 2.77.0

Compare Source

  • Support rust. (#​1779)

    This installs rust using rustup.

    If rustup is not yet installed, this action downloads rustup-init for the current platform using HTTPS with tlsv1.2+, verifies SHA256 checksum, and then installs rustup using it.

    This also supports installing additional components at the same time by +<additional> syntax:

    - uses: taiki-e/install-action@v2
      with:
        # Install rust stable with rustfmt component and wasm32-wasip1 target.
        tool: rust+rustfmt+wasm32-wasip1
        # When installing another rust version:
        # tool: rust@nightly + rustfmt + wasm32-wasip1
  • Fix issue where x86_64 binary will be installed on AArch64 Windows even when AArch64 Windows binary available.

  • Update mise@latest to 2026.5.0.

  • Diagnostic improvements.

v2.76.0: 2.76.0

Compare Source

  • Support mdbook-d2. (#​1737, thanks @​nhu)

  • Support cargo-apple-runner. (#​1731, thanks @​madsmtm)

  • Support cargo-binstall on riscv64 Linux.

  • Update cargo-deb@latest to 3.7.0.

  • Update tombi@latest to 0.10.2.

v2.75.30: 2.75.30

Compare Source

  • Support cargo-spellcheck on AArch64 Linux/Windows.

  • Update cargo-spellcheck@latest to 0.15.7.

  • Update biome@latest to 2.4.14.

v2.75.29: 2.75.29

Compare Source

  • Update syft@latest to 1.44.0.

  • Update rclone@latest to 1.74.0.

  • Update osv-scanner@latest to 2.3.6.

v2.75.28: 2.75.28

Compare Source

  • Update wasmtime@latest to 44.0.1.

  • Update typos@latest to 1.46.0.

  • Update tombi@latest to 0.10.1.

  • Update sccache@latest to 0.15.0.

  • Update mise@latest to 2026.4.28.

  • Update gungraun-runner@latest to 0.18.2.

  • Update cyclonedx@latest to 0.31.0.

v2.75.27: 2.75.27

Compare Source

  • Update cargo-udeps@latest to 0.1.61.

  • Update wasm-tools@latest to 1.248.0.

  • Update cargo-deb@latest to 3.6.4.

v2.75.26: 2.75.26

Compare Source

  • Update wasm-bindgen@latest to 0.2.120.

  • Update mise@latest to 2026.4.25.

  • Update martin@latest to 1.8.0.

  • Update vacuum@latest to 0.26.4.

v2.75.25: 2.75.25

Compare Source

  • Update uv@latest to 0.11.8.

  • Update typos@latest to 1.45.2.

  • Update tombi@latest to 0.9.25.

  • Update mise@latest to 2026.4.24.

v2.75.24: 2.75.24

Compare Source

  • Update prek@latest to 0.3.11.

  • Update mise@latest to 2026.4.23.

  • Update vacuum@latest to 0.26.3.

v2.75.23: 2.75.23

Compare Source

  • Update vacuum@latest to 0.26.2.

  • Update tombi@latest to 0.9.24.

  • Update mise@latest to 2026.4.22.

  • Update martin@latest to 1.7.0.

  • Update git-cliff@latest to 2.13.1.

  • Update cargo-tarpaulin@latest to 0.35.4.

  • Update cargo-sort@latest to 2.1.4.

v2.75.22: 2.75.22

Compare Source

  • Update tombi@latest to 0.9.22.

  • Update biome@latest to 2.4.13.

v2.75.21: 2.75.21

Compare Source

  • Update mise@latest to 2026.4.19.

  • Update tombi@latest to 0.9.21.

  • Update syft@latest to 1.43.0.

v2.75.20: 2.75.20

Compare Source

  • Update prek@latest to 0.3.10.

  • Update cargo-xwin@latest to 0.22.0.

v2.75.19: 2.75.19

Compare Source

  • Update wasmtime@latest to 44.0.0.

  • Update tombi@latest to 0.9.20.

  • Update martin@latest to 1.6.0.

  • Update just@latest to 1.50.0.

  • Update mise@latest to 2026.4.18.

  • Update rclone@latest to 1.73.5.

v2.75.18: 2.75.18

Compare Source

  • Update vacuum@latest to 0.26.1.

  • Update wasm-tools@latest to 1.247.0.

  • Update mise@latest to 2026.4.16.

  • Update espup@latest to 0.17.1.

  • Update trivy@latest to 0.70.0.

v2.75.17

Compare Source

Initial release

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

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

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.


  • 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
Copy Markdown

codecov Bot commented Mar 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 46.75%. Comparing base (a755b9f) to head (aaa7a4f).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #443   +/-   ##
=======================================
  Coverage   46.75%   46.75%           
=======================================
  Files           2        2           
  Lines         509      509           
  Branches      509      509           
=======================================
  Hits          238      238           
  Misses        270      270           
  Partials        1        1           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 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/taiki-e-install-action-2.x branch 7 times, most recently from 4edd8cf to b152085 Compare March 24, 2026 13:23
@renovate renovate Bot changed the title chore(deps): update taiki-e/install-action action to v2.69.7 chore(deps): update taiki-e/install-action action to v2.69.8 Mar 24, 2026
@renovate renovate Bot force-pushed the renovate/taiki-e-install-action-2.x branch 3 times, most recently from ab750cd to 80bc39d Compare March 25, 2026 00:05
@robo9k robo9k marked this pull request as draft March 25, 2026 00:29
@robo9k robo9k added the dependency Pull requests that update a dependency file label Mar 25, 2026
@renovate renovate Bot force-pushed the renovate/taiki-e-install-action-2.x branch from 80bc39d to 0f0610b Compare April 6, 2026 17:47
@renovate renovate Bot changed the title chore(deps): update taiki-e/install-action action to v2.69.8 chore(deps): update taiki-e/install-action action to v2.69.7 Apr 6, 2026
@renovate renovate Bot force-pushed the renovate/taiki-e-install-action-2.x branch from 0f0610b to cd8e013 Compare April 7, 2026 12:56
@renovate renovate Bot changed the title chore(deps): update taiki-e/install-action action to v2.69.7 chore(deps): update taiki-e/install-action action to v2.69.8 Apr 7, 2026
@renovate renovate Bot force-pushed the renovate/taiki-e-install-action-2.x branch from cd8e013 to 760f107 Compare April 8, 2026 01:31
@renovate renovate Bot changed the title chore(deps): update taiki-e/install-action action to v2.69.8 chore(deps): update taiki-e/install-action action to v2.69.9 Apr 8, 2026
@renovate renovate Bot force-pushed the renovate/taiki-e-install-action-2.x branch from 760f107 to c8156b4 Compare April 8, 2026 18:01
@renovate renovate Bot changed the title chore(deps): update taiki-e/install-action action to v2.69.9 chore(deps): update taiki-e/install-action action to v2.69.10 Apr 8, 2026
@renovate renovate Bot force-pushed the renovate/taiki-e-install-action-2.x branch from c8156b4 to 335e266 Compare April 9, 2026 20:57
@renovate renovate Bot changed the title chore(deps): update taiki-e/install-action action to v2.69.10 chore(deps): update taiki-e/install-action action to v2.69.11 Apr 9, 2026
@renovate renovate Bot force-pushed the renovate/taiki-e-install-action-2.x branch from 335e266 to 3939f06 Compare April 10, 2026 01:49
@renovate renovate Bot changed the title chore(deps): update taiki-e/install-action action to v2.69.11 chore(deps): update taiki-e/install-action action to v2.69.12 Apr 10, 2026
@renovate renovate Bot force-pushed the renovate/taiki-e-install-action-2.x branch from 3939f06 to 28ca42b Compare April 10, 2026 17:31
@renovate renovate Bot changed the title chore(deps): update taiki-e/install-action action to v2.69.12 chore(deps): update taiki-e/install-action action to v2.69.13 Apr 10, 2026
@renovate renovate Bot force-pushed the renovate/taiki-e-install-action-2.x branch from 28ca42b to 9449cd8 Compare April 11, 2026 09:37
@renovate renovate Bot changed the title chore(deps): update taiki-e/install-action action to v2.69.13 chore(deps): update taiki-e/install-action action to v2.69.14 Apr 11, 2026
@renovate renovate Bot force-pushed the renovate/taiki-e-install-action-2.x branch from 97224b3 to 93a8079 Compare April 16, 2026 16:59
@renovate renovate Bot changed the title chore(deps): update taiki-e/install-action action to v2.71.1 chore(deps): update taiki-e/install-action action to v2.71.2 Apr 16, 2026
@renovate renovate Bot force-pushed the renovate/taiki-e-install-action-2.x branch from 93a8079 to 002bcee Compare April 18, 2026 05:11
@renovate renovate Bot changed the title chore(deps): update taiki-e/install-action action to v2.71.2 chore(deps): update taiki-e/install-action action to v2.71.3 Apr 18, 2026
@renovate renovate Bot force-pushed the renovate/taiki-e-install-action-2.x branch from 002bcee to 976d27c Compare April 18, 2026 14:13
@renovate renovate Bot changed the title chore(deps): update taiki-e/install-action action to v2.71.3 chore(deps): update taiki-e/install-action action to v2.72.0 Apr 18, 2026
@renovate renovate Bot force-pushed the renovate/taiki-e-install-action-2.x branch from 976d27c to c5e7e12 Compare April 19, 2026 09:23
@renovate renovate Bot changed the title chore(deps): update taiki-e/install-action action to v2.72.0 chore(deps): update taiki-e/install-action action to v2.73.0 Apr 19, 2026
@renovate renovate Bot force-pushed the renovate/taiki-e-install-action-2.x branch from c5e7e12 to 0262213 Compare April 20, 2026 20:41
@renovate renovate Bot changed the title chore(deps): update taiki-e/install-action action to v2.73.0 chore(deps): update taiki-e/install-action action to v2.74.0 Apr 20, 2026
@renovate renovate Bot force-pushed the renovate/taiki-e-install-action-2.x branch from 0262213 to 60b874f Compare April 21, 2026 15:16
@renovate renovate Bot changed the title chore(deps): update taiki-e/install-action action to v2.74.0 chore(deps): update taiki-e/install-action action to v2.74.1 Apr 21, 2026
@renovate renovate Bot force-pushed the renovate/taiki-e-install-action-2.x branch from 60b874f to c87e622 Compare April 21, 2026 20:48
@renovate renovate Bot changed the title chore(deps): update taiki-e/install-action action to v2.74.1 chore(deps): update taiki-e/install-action action to v2.75.0 Apr 21, 2026
@renovate renovate Bot force-pushed the renovate/taiki-e-install-action-2.x branch from c87e622 to ec137c1 Compare April 22, 2026 16:50
@renovate renovate Bot changed the title chore(deps): update taiki-e/install-action action to v2.75.0 chore(deps): update taiki-e/install-action action to v2.75.1 Apr 22, 2026
@renovate renovate Bot force-pushed the renovate/taiki-e-install-action-2.x branch from ec137c1 to 3bc01f4 Compare April 23, 2026 14:07
@renovate renovate Bot changed the title chore(deps): update taiki-e/install-action action to v2.75.1 chore(deps): update taiki-e/install-action action to v2.75.2 Apr 23, 2026
@renovate renovate Bot force-pushed the renovate/taiki-e-install-action-2.x branch from 3bc01f4 to b10386b Compare April 23, 2026 20:07
@renovate renovate Bot changed the title chore(deps): update taiki-e/install-action action to v2.75.2 chore(deps): update taiki-e/install-action action to v2.75.3 Apr 23, 2026
@renovate renovate Bot force-pushed the renovate/taiki-e-install-action-2.x branch from b10386b to 97e9e11 Compare April 24, 2026 10:49
@renovate renovate Bot changed the title chore(deps): update taiki-e/install-action action to v2.75.3 chore(deps): update taiki-e/install-action action to v2.75.4 Apr 24, 2026
@renovate renovate Bot force-pushed the renovate/taiki-e-install-action-2.x branch from 97e9e11 to 5a96ed4 Compare April 24, 2026 22:13
@renovate renovate Bot changed the title chore(deps): update taiki-e/install-action action to v2.75.4 chore(deps): update taiki-e/install-action action to v2.75.5 Apr 24, 2026
@renovate renovate Bot force-pushed the renovate/taiki-e-install-action-2.x branch from 5a96ed4 to 3640e90 Compare April 25, 2026 17:42
@renovate renovate Bot changed the title chore(deps): update taiki-e/install-action action to v2.75.5 chore(deps): update taiki-e/install-action action to v2.75.6 Apr 25, 2026
@renovate renovate Bot force-pushed the renovate/taiki-e-install-action-2.x branch from 3640e90 to 49ac7ec Compare April 25, 2026 21:34
@renovate renovate Bot changed the title chore(deps): update taiki-e/install-action action to v2.75.6 chore(deps): update taiki-e/install-action action to v2.75.7 Apr 25, 2026
@renovate renovate Bot force-pushed the renovate/taiki-e-install-action-2.x branch from 49ac7ec to f0d459f Compare April 27, 2026 06:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependency Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant