wagoid/commitlint-github-action v6.2.1 runs with "type": "module" in package.json, causing .js files to be treated as ESM. The module.exports syntax requires CommonJS, so rename to .cjs.
wagoid/commitlint-github-action v6.2.1 runs with "type": "module" in package.json, causing .js files to be treated as ESM. The module.exports syntax requires CommonJS, so rename to .cjs.