Skip to content

Releases: snowdreamtech/setup-unirtm

v0.7.0

Choose a tag to compare

@snowdream snowdream released this 05 Aug 03:49

0.7.0 (2026-08-05)

Features

  • inject shims into GITHUB_PATH dynamically (7288285)

Bug Fixes

  • correct go install path and add rolldown optional binding (80e4a6e)
  • remove fallback restore-keys for cache restoration (f5b4f70)

v0.6.0

Choose a tag to compare

@snowdream snowdream released this 24 Jul 02:04

0.6.0 (2026-07-24)

Features

  • add support for concurrent blob downloads in artifact caching (9b9d1bb)

Bug Fixes

  • correct pip package name and remove legacy Harden Runner (190f867)

v0.5.0

Choose a tag to compare

@snowdream snowdream released this 05 Jul 09:25

0.5.0 (2026-07-05)

Features

  • add job summary output (23587ed)
  • atomic caching to prevent corrupted cache on install failure (2f09505)

Bug Fixes

  • polyfill import.meta.url for esbuild CJS bundle (3ff3077)
  • remove esbuild minify to fix createRequire(import.meta.url) cjs interop bug (0be14b5)
  • temporarily disable pip auto-detection and integration test (9d019b4)

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 05 Jul 04:30
c6185e1

0.4.1 (2026-07-05)

Bug Fixes

  • correctly handle Windows cache path (9aaad0e)
  • skip unirtm install on exact cache hit and enhance cache logging (d740a73)
  • unify cache path to ~/.local/share/unirtm for all platforms (963b4de)

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 04 Jun 01:36
cacfb4d

0.4.0 (2026-06-04)

Features

  • add support for UNIRTM_ENV in cache key generation (436e727)

Bug Fixes

  • bundle action as cjs to avoid dynamic require errors in @actions dependencies (1fb0b83)
  • bundle action as esm to fix require is not defined error (fe9c6e1)
  • correctly mock exact cache hit in main.test.ts (4e2f3f9)
  • correctly save CACHE_RESULT state in main.ts (6d9149f)

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 02 Jun 15:22
2f268be

0.3.0 (2026-06-02)

Features

  • rename version input to unirtm-version to avoid collisions (3f7d925)

v0.2.4

Choose a tag to compare

@github-actions github-actions released this 02 Jun 14:36
a858c2a

0.2.4 (2026-06-02)

Bug Fixes

  • add description to ts-expect-error (c97d35c)
  • force release to include recent dependency and lint updates (cac74e6)
  • pin jiti version explicitly (84d67ce)
  • replace ts-ignore with ts-expect-error to satisfy linting (dd15b75)

v0.2.3

Choose a tag to compare

@github-actions github-actions released this 02 Jun 11:10
201f736

0.2.3 (2026-06-02)

Bug Fixes

  • cache: resolve cache key and binary recovery issues (7275ddf)

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 29 May 21:14
c773417

0.2.2 (2026-05-29)

Bug Fixes

  • strictly defer version resolution and bypass GitHub API for npm/pip (64a934c)

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 29 May 19:29
7179307

0.2.1 (2026-05-29)

Bug Fixes

  • defer version resolution for npm and pip (a220f4e)