drevils, You don't need to register routes with GET parameters (like ?act=) in your routes.php file. The routing system only matches the main URL path.
You only need to register the single main route, and then you can handle the $_GET['act'] parameter inside your controller or index.php file just like you did before.