I always appreciate your great work. GitHub Actions will deprecate set-output according to [this link](https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/). In your code, `core.setOutput` is related to `set-output`, so could you replace it with another function like something in [this link](https://github.com/actions/toolkit/issues/1218)? Thank you.