Currently we use single repository for all our actions. This can cause problems because if only one action is updated, all actions from this repo will be released.
Since we use dependabot to automate actions update, it leads to unnecessary updates in a lot of repos in our infrastructure.
In future the problem will become even worse because we continue to grow and we will get more and more junk pull requests.
We should move every action in it's own repo.