Restoring deleted commits by malicious user

A user left the project and deleted all of the commit history. I know that the cached version of commits still exist.

Is there any way to file a request to restore these commits?

It might be worth trying git reflog (reference logs).

https://git-scm.com/docs/git-reflog

Hope this helps, let me know!