Logging: Enhance the documentation to clarify how to log to both a custom transport and to stdout, making it easier for users to implement this common use case.
TypeScript Support: Improve TypeScript types to resolve issues with the LogFn interface, ensuring a smoother experience for TypeScript users.
Fixes
Fix the TypeScript interface for logging functions, addressing a bug that caused silent drops of second arguments in log calls.
Others
Update dependencies to ensure the project remains up-to-date and secure, including actions/github-script and pnpm/action-setup.
Make the project's license detectable by GitHub, improving transparency for users and contributors.