- Error handling improvements
- Breaking: Switch NPM package from CommonJS to ESModules
- Breaking: GitHub action now runs on
node20
runtime - Breaking: Drop compatibility with node < 20
- Update documentation
- Update packages
- Update documentation
- Update packages
- Allow implementations of
BaseAction
to declare they do not want to write anything by returningnull
orundefined
fromrender()
. - Update packages
- Add Documentation
- Upgrade to @actions/github v5
- First Release