Remove @actions/http-client override that broke the release job
The 4.0.0 override forced an ESM-only version of @actions/http-client which is incompatible with @actions/core's CJS require() call in oidc-utils.js, causing ERR_PACKAGE_PATH_NOT_EXPORTED on Node 20. Removing the override lets @actions/core resolve the compatible 2.x version.
Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com