Commit Graph
12 Commits
Author SHA1 Message Date
David Gamero 3090233644 Fix TypeScript 6.0 compatibility errors in run.ts (#271) 2026-05-05 11:18:11 -07:00
David Gamero 1e2e44e1bc Migrate to ESM with esbuild/vitest and upgrade to node24 (#260)
- Add "type": "module" to package.json for ESM support
- Replace ncc with esbuild for bundling (with createRequire banner for CJS compat)
- Replace jest/ts-jest with vitest for testing
- Upgrade @actions/core to ^3.0.0, @actions/exec to ^3.0.0, @actions/io to ^3.0.2, @actions/tool-cache to 4.0.0 (ESM-only versions)
- Update tsconfig.json to use NodeNext module resolution
- Convert all tests to use vi.mock() factory pattern for ESM-only module compatibility
- Update action.yml runtime from node20 to node24
- Bump version from 4.3.1 to 5.0.0 (major version bump for breaking node runtime change)
2026-03-24 10:46:19 -07:00
David Gamero 3894c84c36 chore(release): v5.0.0 (#265) 2026-03-24 09:35:40 +13:00
David Gamero ca66f3880d Update Node.js runtime from node20 to node24 (#259) 2026-03-16 13:49:08 +13:00
David Gamero a10a5247d8 Update helm version retrieval to use JSON output for latest version (#203)
* Update helm version retrieval to use JSON output for latest version

* Fix helm latest version retrieval command syntax
2025-07-23 11:07:31 -04:00
David Gamero 378ae69bda Update CODEOWNERS (#202) 2025-07-22 15:17:55 -04:00
David Gamero df50d879fa Release v4.2.0 (#134)
* Update CHANGELOG.md

* Update package.json

* Update README.md
2024-04-15 15:41:59 -04:00
David Gamero d00ce1cb5e update to release workflow major version tag (#132) 2024-03-08 13:33:11 -05:00
David Gamero 859dc38e9a v4 readme update (#127) 2024-02-13 16:11:44 -05:00
David Gamero 0788eb3317 v4 release and required workflow updates (#125)
* v4 release and workflow update

* Update release-pr.yml

* Update release-pr.yml

* Update package.json

* format
2024-02-12 18:30:35 -05:00
David Gamero fa870ea9a2 run to index (#67)
* run to index

* action.yaml route

* move to dev dep
2022-02-09 11:26:07 -05:00
David Gamero 7e6f48e5b4 master to main rename (#61) 2022-02-03 11:29:11 -05:00