You can register your custom actions like below example.
1return [ 2 // ... 3 'actions' => [ 4 // ... 5 'your_custom_key' => YourCustomActions::class 6 ] 7];