* Add license metadata for various npm dependencies
* fix: correct license type for @actions/http-client to mit
* chore: update dependencies and version in package.json
- Bump version from 5.0.0 to 5.0.1
- Upgrade @actions/cache from ^4.0.3 to ^5.0.0
- Upgrade @actions/core from ^1.10.0 to ^2.0.0
- Upgrade @actions/exec from ^1.1.1 to ^2.0.0
- Upgrade @actions/http-client from ^2.2.3 to ^3.0.0
Add license files for @actions/http-client versions 2.2.3 and 3.0.0
* dist updates
* upgrade cache to 5.0.1
* check failure fix
---------
Co-authored-by: Aparna Jyothi <aparnajyothi-y@github.com>
* Update to Node.js 24 and modernize async usage
Bump Node.js version to 24 in workflows, action metadata, and engines. Update TypeScript target to ES2022 and use native async/await instead of __awaiter in compiled JS. Upgrade @types/node to 24.1.0 and update undici-types. Remove legacy async helpers and refactor code for improved readability and compatibility with modern Node.js.
* update licences
* update indentation
* update package.json version
* documentation update
---------
Co-authored-by: Aparna Jyothi <aparnajyothi-y@github.com>