mise-action/CHANGELOG.md
2026-05-12 20:20:46 +00:00

81 KiB

Changelog


4.1.0 - 2026-05-12

๐Ÿš€ Features

  • add wings_enabled input (mise-wings cache integration) (#454) by @jdx in #454

๐Ÿ› Bug Fixes

  • (ci) add gh auth setup-git to release-plz.sh (#473) by @jdx in #473
  • include runner image in cache key to prevent cross-provider collisions (#456) by @jdx in #456

โš™๏ธ Miscellaneous Tasks

  • (ci) use !cancelled() instead of always() for final job (#460) by @jdx in #460
  • (ci) remove autofix.ci workflow (#470) by @jdx in #470
  • (ci) add zizmor workflow for github actions security analysis (#471) by @jdx in #471
  • add communique to enhance release notes (#411) by @jdx in #411
  • migrate from ncc (CJS) to rollup (ESM) (#436) by @jdx in #436
  • add final job to aggregate build-test results (#438) by @jdx in #438
  • migrate package manager from npm/pnpm/bun to aube (#455) by @jdx in #455
  • remove pull_request_target workflow (#469) by @jdx in #469

4.0.1 - 2026-03-22

๐Ÿ› Bug Fixes

  • run npm install in pre-commit hook before build (#410) by @jdx in #410

๐Ÿšœ Refactor

  • extract getCwd() helper to deduplicate working directory resolution (#403) by @altendky in #403

๐Ÿ“š Documentation

  • bump versions listed im README.md (#407) by @deining in #407
  • bump more versions listed in README.md (#408) by @deining in #408

โš™๏ธ Miscellaneous Tasks

  • add workflow to auto-close stale PRs (#409) by @jdx in #409

New Contributors

  • @deining made their first contribution in #408

4.0.0 - 2026-03-13

๐Ÿš€ Features

  • breaking Update Node.js version from 20 to 24 (#395) by @tumerorkun in #395

New Contributors

  • @tumerorkun made their first contribution in #395

3.6.3 - 2026-03-06

๐Ÿ› Bug Fixes

New Contributors

  • @andrewthauer made their first contribution in #390

3.6.2 - 2026-03-02

๐Ÿ› Bug Fixes

  • move file_hash to end of cache key template to prevent prefix matching (#384) by @altendky in #384

New Contributors

  • @altendky made their first contribution in #384

3.6.1 - 2026-01-20

๐Ÿ” Other Changes

  • Revert "fix(cache): isolate cache keys per working_directory in monorepos" (#364) by @jdx in #364

3.6.0 - 2026-01-18

๐Ÿš€ Features

  • add option to disable shims in PATH (#340) by @jdx in #340

๐Ÿ› Bug Fixes

  • (cache) isolate cache keys per working_directory in monorepos (#360) by @chadxz in #360
  • use mise_dir input when specified (#339) by @jdx in #339
  • pass environment variables to mise commands (#341) by @jdx in #341
  • make mise self-update output visible in logs (#355) by @nikobockerman in #355

๐Ÿ“š Documentation

  • fix description for mise_toml input (#351) by @quad in #351

New Contributors

  • @chadxz made their first contribution in #360
  • @nikobockerman made their first contribution in #355
  • @quad made their first contribution in #351

3.5.1 - 2025-11-24

๐Ÿ” Other Changes

  • Revert "feat(action): moved save cache to post step" (#329) by @jdx in #329

3.5.0 - 2025-11-21

๐Ÿš€ Features

  • (action) moved save cache to post step (#321) by @aamkye in #321

New Contributors

  • @aamkye made their first contribution in #321

3.4.1 - 2025-11-13

๐Ÿ› Bug Fixes

  • avoid github token downstream issue (#317) by @acesyde in #317

New Contributors

  • @acesyde made their first contribution in #317

3.4.0 - 2025-10-31

๐Ÿš€ Features

  • use autofix.ci to auto-update dist/ on all PRs by @jdx in 16e9fd5
  • use autofix.ci to auto-update dist/ on all PRs (#308) by @jdx in #308

๐Ÿ› Bug Fixes

  • add missing await to core.group calls (#305) by @smorimoto in #305
  • auto-update dist folder in Renovate PRs via GitHub Actions (#306) by @jdx in #306
  • configure Renovate to ignore github-actions[bot] commits by @jdx in 993e7d0
  • run auto-update-dist workflow on all PRs by @jdx in 6d0fd75

๐Ÿ“š Documentation

โš™๏ธ Miscellaneous Tasks

New Contributors

  • @smorimoto made their first contribution in #305
  • @pdecat made their first contribution in #290

3.3.1 - 2025-10-06

๐Ÿ› Bug Fixes


3.3.0 - 2025-10-03

๐Ÿš€ Features

  • use self-update to modify version if mise is already installed (#277) by @ImpSy in #277

๐Ÿ› Bug Fixes

  • (cache) replace , in MISE_ENV with - (#278) by @risu729 in #278
  • correct Renovate allowedPostUpgradeCommands configuration by @jdx in 4313941

โš™๏ธ Miscellaneous Tasks

New Contributors

  • @mise-en-dev made their first contribution in #284
  • @ImpSy made their first contribution in #277

3.2.0 - 2025-08-22

๐Ÿš€ Features

  • add environment variable support to cache key templates (#250) by @pepicrft in #250

๐Ÿ› Bug Fixes

  • redact secret values from env (#252) by @jdx in #252

3.1.0 - 2025-08-19

๐Ÿš€ Features

  • add configurable cache key with template variable support (#246) by @pepicrft in #246

3.0.2 - 2025-08-18

โš™๏ธ Miscellaneous Tasks

  • remove duplicate release-plz logic by @jdx in 7081572

3.0.1 - 2025-08-18

๐Ÿ“š Documentation

โš™๏ธ Miscellaneous Tasks


3.0.0 - 2025-08-18

๐Ÿš€ Features

  • breaking export env vars from mise.toml (#241) by @maelp in #241

New Contributors

  • @maelp made their first contribution in #241

2.4.4 - 2025-07-27

๐Ÿ› Bug Fixes

โš™๏ธ Miscellaneous Tasks


2.4.3 - 2025-07-27

๐Ÿ› Bug Fixes


2.4.2 - 2025-07-24

๐Ÿš€ Features

  • allow fetching binary from mise.jdx.dev (#227) by @jdx in #227

๐Ÿ” Other Changes

โš™๏ธ Miscellaneous Tasks

New Contributors

  • @github-actions[bot] made their first contribution in #221

2.4.0 - 2025-07-12

๐Ÿ” Other Changes

โš™๏ธ Miscellaneous Tasks


2.3.1 - 2025-06-25

๐Ÿ” Other Changes

  • Revert "add all MISE_ env vars to cache key (#197)" by @jdx in 233d283

2.3.0 - 2025-06-25

๐Ÿš€ Features

๐Ÿ” Other Changes

โš™๏ธ Miscellaneous Tasks

New Contributors

  • @matemoln made their first contribution in #205
  • @zeitlinger made their first contribution in #197
  • @andrewdriggs made their first contribution in #202

2.2.3 - 2025-05-27

๐Ÿ” Other Changes

New Contributors

  • @prashantv made their first contribution in #196

2.2.2 - 2025-05-12

๐Ÿ” Other Changes

  • Fix alpine container installation (#189) by @vic1707 in #189

๐Ÿ“š Documentation

โš™๏ธ Miscellaneous Tasks

New Contributors

  • @vic1707 made their first contribution in #189

2.2.1 - 2025-04-23

๐Ÿ› Bug Fixes


2.2.0 - 2025-04-23

๐Ÿš€ Features

๐Ÿ› Bug Fixes

๐Ÿ“š Documentation

  • restore estranged comment for tool_versions (#164) by @mfilej in #164

โš™๏ธ Miscellaneous Tasks

New Contributors

  • @mfilej made their first contribution in #164
  • @scop made their first contribution in #163

2.1.11 - 2024-12-30

๐Ÿ› Bug Fixes

  • use tar.gz if zstd is not available (#159) by @jdx in #159

2.1.10 - 2024-12-23

โš™๏ธ Miscellaneous Tasks

  • use github releases (#154) by @jdx in #154

2.1.9 - 2024-12-23

๐Ÿš€ Features

  • fetch tarball with zst compression (#153) by @jdx in #153

โš™๏ธ Miscellaneous Tasks


2.1.8 - 2024-12-13

โš™๏ธ Miscellaneous Tasks


2.1.7 - 2024-11-18

๐Ÿ› Bug Fixes

โš™๏ธ Miscellaneous Tasks


2.1.6 - 2024-11-06

๐Ÿ› Bug Fixes

  • use correct glob format for cache key file hash (#139) by @Syquel in #139

New Contributors

  • @Syquel made their first contribution in #139

2.1.5 - 2024-11-04

๐Ÿ› Bug Fixes

๐Ÿ“š Documentation

โš™๏ธ Miscellaneous Tasks


2.1.4 - 2024-10-28

โš™๏ธ Miscellaneous Tasks


2.1.3 - 2024-10-26

๐Ÿ› Bug Fixes

  • add install_args hash to cache key (#136) by @risu729 in #136

2.1.2 - 2024-10-25

๐Ÿš€ Features

  • use debug logging when in debug mode (#128) (#129) by @xremming in #129

๐Ÿ› Bug Fixes

New Contributors

  • @xremming made their first contribution in #129

2.1.1 - 2024-10-24

๐Ÿ› Bug Fixes

โš™๏ธ Miscellaneous Tasks

  • migrate away from deprecated git-cliff syntax by @jdx in 9395297

2.1.0 - 2024-09-25

๐Ÿš€ Features

  • support windows (#122) by @jdx in #122

๐Ÿ” Other Changes

  • Update README.md to refer to v2 consistently (#96) by @ericmatthys in #96

โš™๏ธ Miscellaneous Tasks

New Contributors

  • @ericmatthys made their first contribution in #96

2.0.6 - 2024-06-01

๐Ÿš€ Features

  • added config filenames to hashFiles (#86) by @risu729 in #86

โš™๏ธ Miscellaneous Tasks

New Contributors

  • @risu729 made their first contribution in #86

2.0.5 - 2024-06-01

๐Ÿš€ Features

  • added log level config by @jdx in b42d5a2
  • allow passing args to install (#87) by @jdx in #87

๐Ÿ› Bug Fixes

  • fix: rename "install_dir" config to "working_directory" by @jdx in 4541e25
  • deprecated install_dir by @jdx in 2e6a26b

๐Ÿ“š Documentation

โš™๏ธ Miscellaneous Tasks


2.0.4 - 2024-04-13

โš™๏ธ Miscellaneous Tasks


2.0.3 - 2024-03-30

๐Ÿ” Other Changes

๐Ÿ“š Documentation

  • added git-cliff (#62) by @jdx in #62

โš™๏ธ Miscellaneous Tasks


2.0.2 - 2024-01-13

๐Ÿ› Bug Fixes

๐Ÿ” Other Changes

๐Ÿงช Testing


2.0.1 - 2024-01-04

๐Ÿ” Other Changes

  • (deps-dev) bump @typescript-eslint/eslint-plugin by @dependabot[bot] in 439c3c6
  • Merge pull request #2 from jdx/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-6.17.0 by @jdx in #2
  • remove dependabot by @jdx in a1a7a37
  • npm update by @jdx in 5f39af9

2.0.0 - 2024-01-02

๐Ÿ› Bug Fixes

๐Ÿ” Other Changes

New Contributors

  • @renovate[bot] made their first contribution

1.3.2 - 2023-12-24

๐Ÿ” Other Changes

New Contributors

  • @pepicrft made their first contribution

1.3.1 - 2023-12-19

๐Ÿ” Other Changes


1.3.0 - 2023-12-14

๐Ÿ” Other Changes

New Contributors

  • @rplankenhorn made their first contribution

1.2.7 - 2023-12-11

๐Ÿ” Other Changes


1.2.6 - 2023-12-07

๐Ÿ” Other Changes

New Contributors

  • @FalkWoldmann made their first contribution

1.2.5 - 2023-11-27

๐Ÿ” Other Changes


1.2.4 - 2023-10-17

๐Ÿ” Other Changes

New Contributors

  • @higebu made their first contribution

1.2.3 - 2023-08-27

๐Ÿ” Other Changes


1.2.2 - 2023-08-18

๐Ÿ” Other Changes

New Contributors

  • @yhakbar made their first contribution

1.2.1 - 2023-08-09

๐Ÿ” Other Changes


1.2.0 - 2023-06-26

๐Ÿš€ Features

๐Ÿ” Other Changes

โš™๏ธ Miscellaneous Tasks

New Contributors

  • @HipsterBrown made their first contribution

1.1.3 - 2023-03-28

๐Ÿ” Other Changes


1.1.2 - 2023-03-25

๐Ÿ” Other Changes

New Contributors

  • @mark-thm made their first contribution

1.1.0 - 2023-02-22

๐Ÿ” Other Changes

  • Add macos test because of it looks flaky by @kachick in 90cd64f
  • Require to specify GITHUB_TOKEN for considering API limit by @kachick in 0410c15
  • Merge pull request #30 from kachick/pr-gh-api-late-limit by @jdx in a00a4c3

New Contributors

  • @kachick made their first contribution

[1.0.1] - 2023-02-22

๐Ÿ” Other Changes

๐Ÿ“š Documentation

๐Ÿงช Testing

New Contributors

  • @jdx made their first contribution
  • @dependabot[bot] made their first contribution