feat: Update dependencies to latest version and refactor action to ES6 module

Signed-off-by: David Dreschner <github-2017@dreschner.net>
This commit is contained in:
David Dreschner 2026-06-21 23:07:25 +02:00
commit 25ddaceda2
No known key found for this signature in database
9 changed files with 60070 additions and 43159 deletions

View file

@ -48,4 +48,4 @@ outputs:
description: 'Minimum supported server version, as a single-item list'
runs:
using: 'node24'
main: 'dist/index.js'
main: 'dist/index.mjs'