3.59.4
(fix): Fix ENOTEMPTY error during GitHub output mode when removing the temporary
.git directory in deleteGitIgnoredFiles. The fs.rm call now uses
maxRetries: 3 to handle race conditions with git background processes
(e.g. auto-gc) that may still hold references to .git/objects/pack.
Also disables git auto-gc during the temporary git init to reduce the
likelihood of the race condition.