pnpm/action-setup@v4 conflicts when both workflow `version: 10` and
package.json `"packageManager": "pnpm@10.29.3"` are set. Drop the
workflow pin and let action-setup read packageManager.
Unblocks the QA gate workflow on PRs (was failing in setup before
tests ran, e.g. run 25784218896).