Introduce two hooks: - `useRegisteredRecordActions` - `useRegisteredRecordAgnosticActions` These hooks will be used to read directly the registered actions according to the context. We will stop to rely on `actionMenuEntriesComponentState` to improve performances and reduce state copies and updates. This PR is part of https://github.com/twentyhq/core-team-issues/issues/683, and at this step, we still save the actions inside `actionMenuEntriesComponentState`.