You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replaced typed-rest-client with @actions/http-client for GitHub API calls
to eliminate the Node 24 DEP0169 deprecation warning about url.parse() (#5 by @vmaerten).
Modernized the TypeScript tooling stack (vitest, oxlint, @actions/core@2, @actions/io@2, updated @types/node, @vercel/ncc, prettier, etc.) (#5 by @vmaerten).
Migrated the project to ESM (sources + bundle). Aligns with the new @actions/* ESM-only majors and produces a ~47% smaller dist/index.js (#5 by @vmaerten).