Working on a custom module I just realized that the ModuleActions interface in my module is no longer working on DNN6 the way it used to. What I need to do is present an action menu item to a role that is not a module editor role.
I used to do implement security in the Actions.Add call but since the whole interface is not being called by the core I'm not sure what my options are here.