Tags: github/local-action
Tags
chore: update dependencies and version bump to 6.0.2 (#228) - Bump version from 6.0.1 to 6.0.2 in package.json - Update @octokit/core from ^7.0.3 to ^7.0.5 - Update @octokit/plugin-paginate-rest from ^13.0.1 to ^13.2.1 - Update ts-jest from ^29.3.2 to ^29.4.5 - Update overrides for @octokit/plugin-paginate-rest, @octokit/request-error, and @octokit/request to their latest versions
chore: update dependencies and version bump to 6.0.2 (#228) - Bump version from 6.0.1 to 6.0.2 in package.json - Update @octokit/core from ^7.0.3 to ^7.0.5 - Update @octokit/plugin-paginate-rest from ^13.0.1 to ^13.2.1 - Update ts-jest from ^29.3.2 to ^29.4.5 - Update overrides for @octokit/plugin-paginate-rest, @octokit/request-error, and @octokit/request to their latest versions
chore: update dependencies and version bump to 6.0.2 (#228) - Bump version from 6.0.1 to 6.0.2 in package.json - Update @octokit/core from ^7.0.3 to ^7.0.5 - Update @octokit/plugin-paginate-rest from ^13.0.1 to ^13.2.1 - Update ts-jest from ^29.3.2 to ^29.4.5 - Update overrides for @octokit/plugin-paginate-rest, @octokit/request-error, and @octokit/request to their latest versions
Add support for @actions/cache (#217) This pull request introduces support for the `@actions/cache` package for local testing, enhances the `.env.example` file with more comprehensive documentation and variables, and updates documentation to reflect these changes. It also adds new test stubs and minor version bumps for toolkit dependencies. **Local caching and environment variable enhancements:** - Added support for the `@actions/cache` package, enabling local caching of dependencies and files between runs by requiring the `LOCAL_ACTION_CACHE_PATH` environment variable. Also clarified requirements for `@actions/artifact` and `@actions/cache` in the changelog. - Major overhaul of `.env.example` to include detailed documentation, default values, and grouping of variables for `@github/local-action`, GitHub Actions inputs, and runner/environment variables. Added new variables such as `LOCAL_ACTION_CACHE_PATH`, `LOCAL_ACTION_WORKSPACE`, and provided more explicit defaults for local testing. **Documentation and toolkit stub management:** - Added instructions in `CONTRIBUTING.md` for updating toolkit stubs, including how to track reviewed versions and compare toolkit package changes, to ensure consistency and easier maintenance. - Updated the supported version of `@actions/github` in the `README.md` from `6.0.0` to `6.0.1`. **Testing and stub improvements:** - Added a stub for `@actions/io` in `__fixtures__/@actions/io.ts` for use in tests, implementing mock versions of `which` and `mkdirP`. - Added a stub for `isDebug` to the `@actions/core` test fixture.
Update Supported Node.js Version to 24 (#216) This pull request updates the Node.js version requirements for the project and bumps the package version to reflect the change. These updates ensure compatibility with newer Node.js releases and signal the change to consumers.
PreviousNext